Skip to content

Commit

Permalink
Migrate to the ubuntu-24.04 GitHub Actions runner
Browse files Browse the repository at this point in the history
The ubuntu-20.04 runner is due to be deprecated on 2025-02-01 and unsupported by 2025-04-01.
  • Loading branch information
Ortham committed Jan 13, 2025
1 parent e7f1efe commit d7f720b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
linux:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

env:
LIBLOOT_VERSION: 0.24.5
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:

jobs:
create_release:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
outputs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
git_tag: ${{ steps.get-git-tag.outputs.name }}
Expand All @@ -32,7 +32,7 @@ jobs:
The `metadata-validator.tar.xz` file contains a Linux binary.
linux:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
needs: create_release

env:
Expand Down

0 comments on commit d7f720b

Please sign in to comment.