Skip to content

Commit

Permalink
use most recent OSes in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiksalvet committed Nov 26, 2024
1 parent 9ab88ea commit 821df19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
needs: Analysis
strategy:
matrix:
os: [ubuntu-20.04, macos-10.15, windows-2019]
os: [ubuntu-24.04, macos-14, windows-2022]
runs-on: ${{matrix.os}}
defaults:
run:
Expand Down

0 comments on commit 821df19

Please sign in to comment.