Try self-hosted runner
This commit is contained in:
parent
ccc5465286
commit
3d5a279aea
8
.github/workflows/osrm-backend.yml
vendored
8
.github/workflows/osrm-backend.yml
vendored
@ -640,10 +640,10 @@ jobs:
|
|||||||
#needs: [format-taginfo-docs]
|
#needs: [format-taginfo-docs]
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
env:
|
env:
|
||||||
CCOMPILER: gcc-12
|
CCOMPILER: gcc-13
|
||||||
CXXCOMPILER: g++-12
|
CXXCOMPILER: g++-13
|
||||||
CC: gcc-12
|
CC: gcc-13
|
||||||
CXX: g++-12
|
CXX: g++-13
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
PR_NUMBER: ${{ github.event.pull_request.number }}
|
PR_NUMBER: ${{ github.event.pull_request.number }}
|
||||||
GITHUB_REPOSITORY: ${{ github.repository }}
|
GITHUB_REPOSITORY: ${{ github.repository }}
|
||||||
|
Loading…
Reference in New Issue
Block a user