Fix workflows (#4951)

- Update container for Doxygen workflow. Matches Linux workflow, with newer GLIBC version required by newer actions.
- Fixes macOS workflow to install and configure Conan correctly. Still fails on tests, but that does not seem attributable to the workflow.
This commit is contained in:
John Freeman
2024-03-20 09:19:48 -05:00
committed by GitHub
parent 0c32fc5f2a
commit 69143d71f8
3 changed files with 8 additions and 3 deletions

View File

@@ -13,8 +13,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
container:
image: docker://rippleci/rippled-ci-builder:2944b78d22db
container: rippleci/rippled-build-ubuntu:aaf5e3e
steps:
- name: checkout
uses: actions/checkout@v4