File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122122
123123 build_macos_12_x86_64 :
124124 name : " Python macOS"
125- runs-on : macos-13
125+ runs-on : macos-15-intel
126126 strategy :
127127 fail-fast : false
128128 matrix :
Original file line number Diff line number Diff line change 1515 matrix :
1616 runs-on :
1717 - ubuntu-latest
18- - macos-13
18+ - macos-15-intel
1919 - macos-15
2020 - windows-latest
2121
4040 apt-get install -y shellcheck
4141
4242 - name : Install Mac dependencies
43- if : ${{ matrix.runs-on == 'macos-12' || matrix.runs-on == 'macos-13-xlarge' }}
43+ if : ${{ startsWith( matrix.runs-on, 'macos-') }}
4444 run : |
4545 brew install shellcheck
4646
Original file line number Diff line number Diff line change 8484 test_macos_13_x86_64 :
8585 name : " Verify MacOS"
8686
87- runs-on : macos-13
87+ runs-on : macos-15-intel
8888
8989 strategy :
9090 fail-fast : false
You can’t perform that action at this time.
0 commit comments