Skip to content

Commit

Permalink
ci: update macos version
Browse files Browse the repository at this point in the history
The commit upgrades the macos version in ci to the `latest` version due to `10.15` being deprecated.

Signed-off-by: vince-fugnitto <[email protected]>
  • Loading branch information
vince-fugnitto committed Jul 19, 2022
1 parent 78b7f95 commit b000f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-2019, ubuntu-18.04, macos-10.15]
os: [windows-2019, ubuntu-18.04, macos-11]
node: [14.x, 16.x]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit b000f96

Please sign in to comment.