Skip to content

Commit

Permalink
Merge pull request #501 from icelam/fix-mac-node-ci
Browse files Browse the repository at this point in the history
ci: temporary downgrade macos version used
  • Loading branch information
icelam committed May 5, 2024
2 parents 1bf2d9e + 9874c06 commit bbcf0fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest]
# FIXME: replace macos-12 with macos-latest when https://github.com/actions/setup-node/issues/1017 is resolved
os: [ubuntu-latest, windows-latest, macos-12]
runs-on: ${{ matrix.os }}
env:
HUSKY: 0
Expand Down

0 comments on commit bbcf0fc

Please sign in to comment.