Skip to content

Commit

Permalink
Update Linux runner
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed May 8, 2024
1 parent 9a7889a commit dba9c86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-staging-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defaults:

jobs:
ghcr:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: (github.event_name != 'pull_request') || (github.event.pull_request.merged == true)
timeout-minutes: 15
steps:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
# podman can handle lowercase. So normalize the outputs
get-meta:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 5
outputs:
started_at: ${{ steps.timestamp.outputs.started_at }}
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
echo "ref=${ref}" | tee -a "$GITHUB_OUTPUT"
ubuntu-nix-sudoer:
needs: [get-meta]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 30
outputs:
package-json: ${{ steps.inspect-package.outputs.json }}
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
jq | gh-action-escape -name=json | tee -a "$GITHUB_OUTPUT"
ubuntu-nix-systemd:
needs: [get-meta]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 30
outputs:
package-json: ${{ steps.inspect-package.outputs.json }}
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
announce-staging:
needs: [get-meta, ubuntu-nix-systemd, ubuntu-nix-sudoer]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 10
steps:
- name: Prepare git to run gh commands
Expand Down

0 comments on commit dba9c86

Please sign in to comment.