Skip to content

Commit

Permalink
Merge pull request #202 from openmopac/ci-intel-mac-runner
Browse files Browse the repository at this point in the history
Switch CI to Intel-based Mac runner
  • Loading branch information
godotalgorithm authored May 28, 2024
2 parents e7a5c3f + 791eaa7 commit 086eee7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ jobs:
path: build/mopac-*-linux.*

mac-build:
runs-on: macos-latest
# macos-latest is now ARM-based, MOPAC is being distributed for Intel-based Macs right now, so using Intel-based standard runner from before the recent runner updates
runs-on: macos-12
timeout-minutes: 30

steps:
Expand Down

0 comments on commit 086eee7

Please sign in to comment.