Skip to content

Commit

Permalink
Switch to macos-latest on CI
Browse files Browse the repository at this point in the history
The macOS-10.15 environment is deprecated, consider switching to
macos-11(macos-latest), macos-12 instead. For more details see
actions/runner-images#5583
  • Loading branch information
xorcare committed Jun 6, 2023
1 parent f058764 commit dac9118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/software-continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
os:
- 'ubuntu-18.04'
- 'ubuntu-20.04'
- 'macos-10.15'
- 'macos-latest'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit dac9118

Please sign in to comment.