Skip to content

Commit 775e3a2

Browse files
authored
ci: Limit macos runner to version 13 (#100)
1 parent 08d58f4 commit 775e3a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false # finish all jobs even if one fails
2222
max-parallel: 2
2323
matrix:
24-
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
24+
os: ['ubuntu-latest', 'macos-13', 'windows-latest']
2525
python-version: ['3.8', '3.9', '3.10', '3.11']
2626
steps:
2727
- name: Check out code

.github/workflows/nightly-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false # finish all jobs even if one fails
2222
max-parallel: 2
2323
matrix:
24-
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
24+
os: ['ubuntu-latest', 'macos-13', 'windows-latest']
2525
python-version: ['3.8', '3.9', '3.10', '3.11']
2626
steps:
2727
- name: Check out code

0 commit comments

Comments
 (0)