Skip to content

Commit

Permalink
ci: temporary downgrade macos version used
Browse files Browse the repository at this point in the history
  • Loading branch information
icelam committed May 5, 2024
1 parent 1bf2d9e commit b5192ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
name: Test
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [16.x, 18.x, 20.x]
# 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 b5192ed

Please sign in to comment.