Skip to content

Commit

Permalink
Upgrade Actions build OSs to latest versions
Browse files Browse the repository at this point in the history
Avoid all these depreciations: 
- actions/runner-images#5583
- actions/runner-images#6002
- Windows hasn't been announced yet but was moved to latest recently: actions/runner-images#4856
  • Loading branch information
Kevin David authored and QuantumEntangledAndy committed Dec 12, 2022
1 parent 063855f commit db0cc39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04, windows-2019, macos-10.15]
os: [ubuntu-22.04, windows-2022, macos-12]
steps:
- uses: actions/checkout@v2
name: Checkout onto ${{ runner.os }}
Expand Down

0 comments on commit db0cc39

Please sign in to comment.