Skip to content

Commit

Permalink
swap runners to Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
prydom committed Oct 3, 2024
1 parent 46eaf28 commit c083967
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-buildroot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
build-buildroot:
name: Build buildroot
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
contents: read
packages: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
jobs:
snapshot-rawhide:
name: Build SRPMs and spec files
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
contents: read
packages: write
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
my-ostree-build:
name: Build Custom Image
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
env:
BB_BUILDKIT_CACHE_GHA: true
permissions:
Expand All @@ -28,9 +28,6 @@ jobs:
recipe:
# !! Add your recipes here
- fedora-kinoite-laptop.yml
container:
image: ghcr.io/prydom/ostree-buildroot:rawhide
options: --privileged
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand All @@ -45,7 +42,7 @@ jobs:
cli_version: ":v0.8.18-installer"
rpm-ostree-rechunk:
name: rpm-ostree re-encapsulate
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: my-ostree-build
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/remove-untagged-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
jobs:
clean-untagged-images:
name: Clean untagged images
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
contents: read
packages: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
snapshot-upgrades:
name: Run package upgrades on snapshot tag
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
contents: read
packages: write
Expand Down

0 comments on commit c083967

Please sign in to comment.