We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8072c6 commit 82be940Copy full SHA for 82be940
.github/workflows/build-ruby.yml
@@ -203,7 +203,7 @@ jobs:
203
version: "3.4"
204
libc: centos
205
arch: ["x86_64", "aarch64"]
206
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
207
permissions:
208
packages: write
209
name: Build (${{ matrix.engine }} ${{ matrix.version }} ${{ matrix.libc }})
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
needs:
25
- build
26
- nix
27
28
steps:
29
- name: Success
30
run: |
0 commit comments