Skip to content

Commit d43cc2b

Browse files
committed
workflows: switch container build runners back to ubuntu-latest
It's now an alias for ubuntu-24.04, so we can stop hardcoding the OS version. Signed-off-by: Benjamin Gilbert <bgilbert@cs.cmu.edu>
1 parent fb77e0c commit d43cc2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/container-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ env:
2626
jobs:
2727
container:
2828
name: Build
29-
runs-on: ubuntu-24.04
29+
runs-on: ubuntu-latest
3030
steps:
3131
- name: Install dependencies
3232
run: |

.github/workflows/container-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ env:
2626
jobs:
2727
container:
2828
name: Build
29-
runs-on: ubuntu-24.04
29+
runs-on: ubuntu-latest
3030
steps:
3131
- name: Check out repository
3232
uses: actions/checkout@v4

0 commit comments

Comments
 (0)