Skip to content

Commit 8775136

Browse files
committed
chore: free Intel builds are only available on macOS 13 and below
1 parent e174272 commit 8775136

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/native-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: true
1212
matrix:
13-
os: [ ubuntu-latest, macOS-latest, macos-latest-large ]
13+
os: [ ubuntu-latest, macOS-latest, macos-13 ]
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- name: 'Check out repository'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
strategy:
6868
fail-fast: true
6969
matrix:
70-
os: [ ubuntu-latest, macOS-latest, macos-latest-large ]
70+
os: [ ubuntu-latest, macOS-latest, macos-13 ]
7171
runs-on: ${{ matrix.os }}
7272
steps:
7373
- name: 'Check out repository'

0 commit comments

Comments
 (0)