Skip to content

Commit a208c54

Browse files
authored
Test with Ubuntu 24.04, remove 20.04 (dentarg#4)
24.04 is GA now, and it sounds like 20.04 is going away. From https://github.com/actions/runner-images?tab=readme-ov-file#software-and-image-support > We support (at maximum) 2 GA images and 1 beta image at a time. We begin the deprecation process of the oldest image label once the newest OS image label has been released to GA.
1 parent a1672bc commit a208c54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
os: [ ubuntu-20.04, ubuntu-22.04 ]
10+
os: [ ubuntu-22.04, ubuntu-24.04 ]
1111

1212
name: ${{ matrix.os }}
1313
runs-on: ${{ matrix.os }}

.github/workflows/test.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: [ ubuntu-20.04, ubuntu-22.04 ]
17+
os: [ ubuntu-22.04, ubuntu-24.04 ]
1818

1919
name: ${{ matrix.os }}
2020
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)