We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a1ae8 commit ed11fe2Copy full SHA for ed11fe2
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
node: [14.x, 16.x, 18.x, 19.x]
15
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, macos-14, windows-latest]
16
runs-on: ${{ matrix.os }}
17
steps:
18
- uses: actions/checkout@v3
0 commit comments