Skip to content

Commit b1fe2b6

Browse files
committed
test: Pin MacOS version 12 because Node.js 12 is not supported on MacOS ARM
1 parent 7fe2de1 commit b1fe2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Test
88
strategy:
99
matrix:
10-
os: [ubuntu-latest, macOS-latest, windows-latest]
10+
os: [ubuntu-latest, macos-12, windows-latest]
1111
node-version: [12.x]
1212
deno-version: [1.40.x]
1313
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)