Skip to content

Commit 20efc35

Browse files
committed
Test on macos-latest (14) instead of macos-11
Category: none
1 parent 6763de7 commit 20efc35

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
- os: ubuntu-latest
1919
arch: x64
2020
build-group: android-arm
21-
# At the time of writing macos-latest is mac 10; we need 11 to build a universal binary.
22-
- os: macos-11
21+
- os: macos-latest
2322
arch: x64
2423
build-group: darwin-x64+arm64
2524
- os: windows-latest

.github/workflows/smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- os: ubuntu-latest
2121
arch: x64
2222
build-group: android-arm
23-
- os: macos-11
23+
- os: macos-latest
2424
arch: x64
2525
build-group: darwin-x64+arm64
2626
- os: windows-latest

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@ jobs:
66
test:
77
strategy:
88
matrix:
9-
# At the time of writing macos-latest is mac 10; we need 11 to build a universal binary.
10-
os: [ubuntu-latest, macos-11, windows-latest]
9+
os: [ubuntu-latest, macos-latest, windows-latest]
1110
node: [16, 18, 20]
1211
arch: [x86, x64]
1312
exclude:
1413
- { os: ubuntu-latest, arch: x86 }
15-
- { os: macos-11, arch: x86 }
14+
- { os: macos-latest, arch: x86 }
1615
runs-on: ${{ matrix.os }}
1716
name: ${{ matrix.os }} / Node ${{ matrix.node }} ${{ matrix.arch }}
1817
steps:

0 commit comments

Comments
 (0)