We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 460dba4 + cd6acb1 commit 4b41b1cCopy full SHA for 4b41b1c
.github/workflows/nightly.yml
@@ -67,9 +67,11 @@ jobs:
67
ASAN_SYMBOLIZER_PATH: /usr/bin/llvm-symbolizer-10
68
os: ubuntu-latest
69
- # linux arm64
70
- os: [ linux, arm64, self-hosted ]
+ os: [ focal, arm64, self-hosted ]
71
env:
72
+ CC: gcc
73
CMAKE_OPTIONS: -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON
74
+ ACTIONS_RUNNER_TOKEN: ${{ secrets.ACTIONS_RUNNER_TOKEN }}
75
- # macOS
76
os: macos-10.15
77
0 commit comments