Skip to content

Commit baa1d1c

Browse files
committed
fix: Upgrade Ubuntu runners to 22.04 as 20.04 is EOL
It will be removed on April 1st and brownout will happen in March.
1 parent 82207b0 commit baa1d1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
fail-fast: false
5353
matrix:
5454
# Latest stable version, update at will
55-
os: [ macOS-13, ubuntu-20.04, windows-2019 ]
55+
os: [ macOS-13, ubuntu-22.04, windows-2019 ]
5656
dc:
5757
# Always test latest as that is what we use to compile on release
5858
- dmd-latest

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: [ macOS-13, ubuntu-20.04, windows-2019 ]
17+
os: [ macOS-13, ubuntu-22.04, windows-2019 ]
1818
arch: [ x86_64 ]
1919
include:
2020
- { os: windows-2019, arch: i686 }

0 commit comments

Comments
 (0)