Skip to content

Commit 20a34cb

Browse files
committed
change workflows macOS runner from macOS-12 to macOS-latest to reduce queue time
1 parent 1ab919c commit 20a34cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
os: [ubuntu-latest, windows-latest, macos-12]
10+
os: [ubuntu-latest, windows-latest, macos-latest]
1111
python-version: ["3.9", "3.10"]
1212

1313
steps:

.github/workflows/testing_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [windows-latest, macos-12, ubuntu-latest]
14+
os: [windows-latest, macos-latest, ubuntu-latest]
1515
python-version: ["3.9", "3.10"]
1616

1717
steps:

0 commit comments

Comments
 (0)