Skip to content

Commit 3838aa3

Browse files
authored
Use macos-13 for x64 release as macos-12 has been deprecated (#322)
actions/runner-images#10721
2 parents f62978e + 20456cf commit 3838aa3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/manual-test-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
settings:
10-
- host: macos-12
10+
- host: macos-13
1111
target: macos-x64
1212
- host: macos-14
1313
target: macos-arm64
@@ -27,7 +27,7 @@ jobs:
2727

2828
- if: matrix.settings.host == 'macos-14'
2929
run: brew install python-setuptools
30-
- if: matrix.settings.host == 'macos-12'
30+
- if: matrix.settings.host == 'macos-13'
3131
run: pip install setuptools
3232
- run: yarn
3333
- run: yarn run build

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
settings:
13-
- host: macos-12
13+
- host: macos-13
1414
target: macos-x64
1515
- host: macos-14
1616
target: macos-arm64
@@ -30,7 +30,7 @@ jobs:
3030

3131
- if: matrix.settings.host == 'macos-14'
3232
run: brew install python-setuptools
33-
- if: matrix.settings.host == 'macos-12'
33+
- if: matrix.settings.host == 'macos-13'
3434
run: pip install setuptools
3535
- run: yarn
3636
- run: yarn run build

0 commit comments

Comments
 (0)