Skip to content

Commit

Permalink
macos-12 for intel (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender authored May 17, 2024
1 parent 84410d9 commit 5763124
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-12, ubuntu-latest, windows-latest]

steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-12, ubuntu-latest, windows-latest]
python: [3.8]

steps:
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest]
os: [macos-12, ubuntu-latest]
python: [3.8]
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-12, ubuntu-latest, windows-latest]
python: [3.8]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 5763124

Please sign in to comment.