Skip to content

Commit

Permalink
Migrate to the ubuntu-24.04 GitHub Actions runner for Linux jobs
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 6bc2189 commit 2299e22
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 @@ -14,7 +14,7 @@ env:

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

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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 @@ -37,7 +37,7 @@ jobs:
linux:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
needs: create_release

steps:
Expand Down

0 comments on commit 2299e22

Please sign in to comment.