Skip to content

Commit 9874c06

Browse files
committed
ci: temporary downgrade macos version used
1 parent 1bf2d9e commit 9874c06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
strategy:
1717
matrix:
1818
node-version: [14.x, 16.x, 18.x, 20.x]
19-
os: [ubuntu-latest, windows-latest, macos-latest]
19+
# FIXME: replace macos-12 with macos-latest when https://github.com/actions/setup-node/issues/1017 is resolved
20+
os: [ubuntu-latest, windows-latest, macos-12]
2021
runs-on: ${{ matrix.os }}
2122
env:
2223
HUSKY: 0

0 commit comments

Comments
 (0)