Skip to content

Commit

Permalink
github actions: bump dropped macos-10.5 to macos-11
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimiry committed Jul 13, 2023
1 parent 658ed6f commit 785ffb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: { push: { branches: [ master ] }, pull_request: { branches: [ master ] } }
jobs:
lib:
if: github.event_name == 'push'
strategy: { matrix: { os: [ ubuntu-20.04, windows-2019, macos-10.15 ], node: [ 12, 14, 16 ] }, fail-fast: false }
strategy: { matrix: { os: [ ubuntu-20.04, windows-2019, macos-11 ], node: [ 12, 14, 16 ] }, fail-fast: false }
runs-on: ${{ matrix.os }}
steps:
- { uses: actions/setup-node@v1, with: { node-version: "${{ matrix.node }}" } }
Expand Down

0 comments on commit 785ffb2

Please sign in to comment.