Skip to content

Commit

Permalink
fix: Upgrade Ubuntu runners to 22.04 as 20.04 is EOL
Browse files Browse the repository at this point in the history
It will be removed on April 1st and brownout will happen in March.
  • Loading branch information
Geod24 committed Feb 16, 2025
1 parent 82207b0 commit baa1d1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
fail-fast: false
matrix:
# Latest stable version, update at will
os: [ macOS-13, ubuntu-20.04, windows-2019 ]
os: [ macOS-13, ubuntu-22.04, windows-2019 ]
dc:
# Always test latest as that is what we use to compile on release
- dmd-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ macOS-13, ubuntu-20.04, windows-2019 ]
os: [ macOS-13, ubuntu-22.04, windows-2019 ]
arch: [ x86_64 ]
include:
- { os: windows-2019, arch: i686 }
Expand Down

0 comments on commit baa1d1c

Please sign in to comment.