Skip to content

Commit

Permalink
Pin to ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Jan 2, 2025
1 parent a8072c6 commit 82be940
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
version: "3.4"
libc: centos
arch: ["x86_64", "aarch64"]
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
packages: write
name: Build (${{ matrix.engine }} ${{ matrix.version }} ${{ matrix.libc }})
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
needs:
- build
- nix
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Success
run: |
Expand Down

0 comments on commit 82be940

Please sign in to comment.