Skip to content

Commit

Permalink
chore: work around missing older MacOS Node.js versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ludofischer committed Apr 24, 2024
1 parent 2f9fca3 commit 49d3235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -54,7 +54,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
os: [macos-13, windows-latest, ubuntu-latest]
node-version: ['14', '16', '18', '20']

steps:
Expand Down

0 comments on commit 49d3235

Please sign in to comment.