Skip to content

Commit

Permalink
chore: move back from ubuntu-24.04 to ubuntu-22.04 in ci.yml (see act…
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Dec 26, 2024
1 parent b870838 commit 86ba302
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
cd coreutils && USE_MULTI_BINARY_TO_TEST=coreutils v test .
ubuntu-fast-build:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- name: Checkout Latest V
uses: actions/checkout@v4
Expand All @@ -86,7 +86,7 @@ jobs:
run: cd coreutils && make test

ubuntu-prod-build:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- name: Checkout Latest V
uses: actions/checkout@v4
Expand All @@ -105,7 +105,7 @@ jobs:
run: cd coreutils && make test

ubuntu-gnu-coreutils:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- name: Checkout Latest V
uses: actions/checkout@v4
Expand Down

0 comments on commit 86ba302

Please sign in to comment.