Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/GnuTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:

selinux:
name: Run GNU tests (SELinux)
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
steps:
#### Get the code
- name: Checkout code (uutils)
Expand Down Expand Up @@ -292,7 +292,7 @@ jobs:

qemu:
name: Run GNU tests (SMACK/ROOTFS)
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
steps:
- name: Checkout code (uutils)
uses: actions/checkout@v7.0.1
Expand Down Expand Up @@ -336,7 +336,7 @@ jobs:
actions: read # to download this run's own result artifacts
contents: read # for actions/checkout to fetch code, and to read the reference branch
name: Aggregate GNU test results
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
steps:
- name: Initialize workflow variables
id: vars
Expand Down Expand Up @@ -606,7 +606,7 @@ jobs:
actions: read # to download this run's own result artifacts
contents: write # to push to the reference branch
name: Publish reference GNU test results
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
## Only one run may publish at a time. The step below reads the currently
## published run id and then force-pushes; two overlapping runs could
## interleave those, letting an older one overwrite a newer reference.
Expand Down
Loading