Skip to content

Commit

Permalink
workflows: switch container build runners back to ubuntu-latest
Browse files Browse the repository at this point in the history
It's now an alias for ubuntu-24.04, so we can stop hardcoding the OS
version.

Signed-off-by: Benjamin Gilbert <[email protected]>
  • Loading branch information
bgilbert committed Oct 29, 2024
1 parent 549ab05 commit 43a2fb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:
jobs:
container:
name: Build
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:
jobs:
container:
name: Build
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 43a2fb1

Please sign in to comment.