Skip to content

Commit

Permalink
Merge pull request #50 from DataDog/lloeki/address-ci-deprecation
Browse files Browse the repository at this point in the history
Address CI deprecation
  • Loading branch information
lloeki authored Jan 2, 2025
2 parents a8072c6 + 82be940 commit 11f768a
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 11f768a

Please sign in to comment.