Skip to content

Commit 9b7bcf3

Browse files
work around macos runners not having access to node 12
1 parent 133ecc8 commit 9b7bcf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
operating-system: [ubuntu-latest, macos-latest, windows-latest]
13+
operating-system: [ubuntu-latest, windows-latest]
1414
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
1515

1616
steps:

0 commit comments

Comments
 (0)