Skip to content

Commit

Permalink
Test with Ubuntu 24.04, remove 20.04 (#4)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dentarg authored Oct 26, 2024
1 parent a1672bc commit a208c54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, ubuntu-22.04 ]
os: [ ubuntu-22.04, ubuntu-24.04 ]

name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, ubuntu-22.04 ]
os: [ ubuntu-22.04, ubuntu-24.04 ]

name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit a208c54

Please sign in to comment.