Unverified Commit 4b41b1cc by Edward Thomson Committed by GitHub

Merge pull request #5701 from libgit2/ethomson/arm-actions

ci: supply a token for self-hosted runners
parents 460dba46 cd6acb1d
......@@ -67,9 +67,11 @@ jobs:
ASAN_SYMBOLIZER_PATH: /usr/bin/llvm-symbolizer-10
os: ubuntu-latest
- # linux arm64
os: [ linux, arm64, self-hosted ]
os: [ focal, arm64, self-hosted ]
env:
CC: gcc
CMAKE_OPTIONS: -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON
ACTIONS_RUNNER_TOKEN: ${{ secrets.ACTIONS_RUNNER_TOKEN }}
- # macOS
os: macos-10.15
env:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment