Skip to content

Commit 4b3aeb2

Browse files
committed
Explicitly use macos-14 instead of macos-latest
1 parent 55f42ad commit 4b3aeb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
node-version: [18.x, 20.x, 22.x]
15-
os: [ubuntu-22.04-arm, windows-2022, macos-latest]
15+
os: [ubuntu-22.04-arm, windows-2022, macos-14]
1616
steps:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-node@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
node-version: [22.x]
13-
os: [ubuntu-22.04, ubuntu-22.04-arm, windows-2022, macos-latest]
13+
os: [ubuntu-22.04, ubuntu-22.04-arm, windows-2022, macos-14]
1414
target: ["18.0.0", "20.0.0", "22.0.0"]
1515
runs-on: ${{ matrix.os }}
1616
permissions:

0 commit comments

Comments
 (0)