Skip to content

Commit

Permalink
macos-13 is x86
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Feb 21, 2024
1 parent a17e654 commit 65c8861
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ env:

jobs:
build_python:
runs-on: macos-14-x86_64
runs-on: macos-13
steps:
- name: Install dependencies
run: |
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
path: python.tar.gz

build_boost:
runs-on: macos-14-x86_64
runs-on: macos-13
steps:
- name: Install dependencies
run: brew install ccache
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
path: tbb.tar.gz

build_xercesc:
runs-on: macos-14-x86_64
runs-on: macos-13
steps:
- name: Install dependencies
run: brew install cmake ccache
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
path: xercesc.tar.gz

build_root:
runs-on: macos-14-x86_64
runs-on: macos-13
needs:
- build_python
- build_tbb
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
path: root.tar.gz

build_geant4:
runs-on: macos-14-x86_64
runs-on: macos-13
needs:
- build_xercesc
steps:
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
path: geant4.tar.gz

build_podio:
runs-on: macos-14-x86_64
runs-on: macos-13
needs:
- build_python
- build_root
Expand Down Expand Up @@ -304,7 +304,7 @@ jobs:
path: podio.tar.gz

build_edm4hep:
runs-on: macos-14-x86_64
runs-on: macos-13
needs:
- build_python
- build_root
Expand Down Expand Up @@ -367,7 +367,7 @@ jobs:
path: edm4hep.tar.gz

build_dd4hep:
runs-on: macos-14-x86_64
runs-on: macos-13
needs:
- build_python
- build_boost
Expand Down Expand Up @@ -463,7 +463,7 @@ jobs:
path: dd4hep.tar.gz

build_hepmc3:
runs-on: macos-14-x86_64
runs-on: macos-13
needs:
- build_root
steps:
Expand Down Expand Up @@ -508,7 +508,7 @@ jobs:
path: hepmc3.tar.gz

build_pythia8:
runs-on: macos-14-x86_64
runs-on: macos-13
needs:
- build_python
steps:
Expand Down

0 comments on commit 65c8861

Please sign in to comment.