Skip to content

Commit

Permalink
ci: Adjust codegen job
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Nov 23, 2024
1 parent 8b642b9 commit 99e56d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -778,8 +778,7 @@ jobs:
RUSTFLAGS: ${{ env.RUSTFLAGS }} -C target-feature=+cmpxchg16b --cfg portable_atomic_no_outline_atomics

codegen:
needs: tidy
runs-on: ubuntu-24.04 # old clang doesn't support AArch64 illumos # TODO: use ubuntu-latest once https://github.com/actions/runner-images/issues/10636 done
runs-on: ubuntu-latest
timeout-minutes: 60
permissions:
contents: read
Expand Down

0 comments on commit 99e56d6

Please sign in to comment.