Skip to content

Commit 496dbe6

Browse files
committed
Switch from macos-13 to macos-15-intel runnres
1 parent 5131f26 commit 496dbe6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-native-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

.github/workflows/test-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
runs-on:
1717
- ubuntu-latest
18-
- macos-13
18+
- macos-15-intel
1919
- macos-15
2020
- windows-latest
2121

@@ -40,7 +40,7 @@ jobs:
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

.github/workflows/verify-build-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
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

0 commit comments

Comments
 (0)