Skip to content

Commit

Permalink
ci: Bump to macOS 13 (acts-project#3022)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger authored and asalzburger committed May 21, 2024
1 parent c8c4823 commit c887709
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ jobs:
&& CI/check_boost_eigen_versions.sh ./build-downstream-nodeps/bin/ShowActsVersion

macos:
runs-on: macos-11
runs-on: macos-13
env:
INSTALL_DIR: ${{ github.workspace }}/install
steps:
Expand All @@ -440,12 +440,15 @@ jobs:
submodules: true
lfs: true

- name: Print architecture
run: uname -p

- name: Install dependencies
run: >
brew install cmake eigen ninja ccache
&& sudo mkdir /usr/local/acts
&& sudo chown $USER /usr/local/acts
&& wget --verbose --progress=dot:giga --continue --retry-connrefused --tries=5 --timeout=2 -O deps.tar.gz https://acts.web.cern.ch/ACTS/ci/macOS/deps.32bca8c.tar.gz
&& wget --verbose --progress=dot:giga --continue --retry-connrefused --tries=5 --timeout=2 -O deps.tar.gz https://acts.web.cern.ch/ACTS/ci/macOS/deps.80e4e05.tar.gz
&& tar -xf deps.tar.gz -C /usr/local/acts
&& /usr/local/acts/bin/python3.10 -m pip install pyyaml jinja2
Expand Down

0 comments on commit c887709

Please sign in to comment.