Skip to content

Commit

Permalink
Pin action runners to to macos-13 / x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay authored Apr 27, 2024
1 parent 37e6a3d commit f1d9a83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
max-parallel: 12
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-13, windows-latest]
python-version: ['3.9', '3.10', '3.11', '3.12']

steps:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-13, windows-latest]
python: ["3.9", "3.10", "3.11", "3.12"]

steps:
Expand Down

0 comments on commit f1d9a83

Please sign in to comment.