Skip to content

Commit

Permalink
Add missing base-job directive
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Feb 17, 2025
1 parent dcc3d0f commit 4f0141f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,11 @@ runners:
# Free some disk space to avoid running out of space during the build.
free_disk: true
os: ubuntu-24.04-arm
<<: *base-job

- &job-aarch64-linux-8c
os: ubuntu-22.04-arm64-8core-32gb
<<: *base-job
envs:
env-x86_64-apple-tests: &env-x86_64-apple-tests
SCRIPT: ./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc -- --exact
Expand Down

0 comments on commit 4f0141f

Please sign in to comment.