We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab9f69b commit d33aa3bCopy full SHA for d33aa3b
.github/workflows/build_and_test.yaml
@@ -16,12 +16,12 @@ jobs:
16
fail-fast: false
17
matrix:
18
include:
19
- - arch: x86_64
20
- runs_on: ubuntu-latest
21
- run_tests: false
22
- - arch: arm
23
- runs_on: ubuntu-24.04-arm
24
+ # - arch: x86_64
+ # runs_on: ubuntu-latest
+ # run_tests: false
+ # - arch: arm
+ # runs_on: ubuntu-24.04-arm
25
- arch: MOCK
26
runs_on: ubuntu-24.04-arm # This one seems to be faster due to more dependencies being pre-installed.
27
run_tests: true
0 commit comments