Skip to content

Commit

Permalink
Update aarch64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota authored Sep 5, 2024
1 parent 5b762fc commit 231afda
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:

jobs:
aarch64-musl-build:
runs-on: [runs-on, runner=2cpu-linux-arm64]
runs-on: [runs-on, runner=2cpu-linux-arm64, run-id=${{ github.run_id }}]
if: github.repository == 'crystal-lang/crystal'
steps:
- name: Download Crystal source
Expand All @@ -26,7 +26,7 @@ jobs:
src/llvm/ext/llvm_ext.o
aarch64-musl-test-stdlib:
needs: aarch64-musl-build
runs-on: [linux, ARM64]
runs-on: [runs-on, runner=2cpu-linux-arm64, run-id=${{ github.run_id }}]
if: github.repository == 'crystal-lang/crystal'
steps:
- name: Download Crystal source
Expand All @@ -43,7 +43,7 @@ jobs:
args: make std_spec FLAGS=-Duse_pcre
aarch64-musl-test-compiler:
needs: aarch64-musl-build
runs-on: [linux, ARM64]
runs-on: [runs-on, runner=2cpu-linux-arm64, run-id=${{ github.run_id }}]
if: github.repository == 'crystal-lang/crystal'
steps:
- name: Download Crystal source
Expand All @@ -59,7 +59,7 @@ jobs:
with:
args: make primitives_spec compiler_spec FLAGS=-Dwithout_ffi
aarch64-gnu-build:
runs-on: [linux, ARM64]
runs-on: [runs-on, runner=2cpu-linux-arm64, run-id=${{ github.run_id }}]
if: github.repository == 'crystal-lang/crystal'
steps:
- name: Download Crystal source
Expand All @@ -77,7 +77,7 @@ jobs:
src/llvm/ext/llvm_ext.o
aarch64-gnu-test-stdlib:
needs: aarch64-gnu-build
runs-on: [linux, ARM64]
runs-on: [runs-on, runner=2cpu-linux-arm64, run-id=${{ github.run_id }}]
if: github.repository == 'crystal-lang/crystal'
steps:
- name: Download Crystal source
Expand All @@ -94,7 +94,7 @@ jobs:
args: make std_spec
aarch64-gnu-test-compiler:
needs: aarch64-gnu-build
runs-on: [linux, ARM64]
runs-on: [runs-on, runner=2cpu-linux-arm64, run-id=${{ github.run_id }}]
if: github.repository == 'crystal-lang/crystal'
steps:
- name: Download Crystal source
Expand Down

0 comments on commit 231afda

Please sign in to comment.