Skip to content

Commit

Permalink
ci: Limit macos runner to version 13 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiurin authored Apr 25, 2024
1 parent 08d58f4 commit 775e3a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false # finish all jobs even if one fails
max-parallel: 2
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
os: ['ubuntu-latest', 'macos-13', 'windows-latest']
python-version: ['3.8', '3.9', '3.10', '3.11']
steps:
- name: Check out code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false # finish all jobs even if one fails
max-parallel: 2
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
os: ['ubuntu-latest', 'macos-13', 'windows-latest']
python-version: ['3.8', '3.9', '3.10', '3.11']
steps:
- name: Check out code
Expand Down

0 comments on commit 775e3a2

Please sign in to comment.