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.
1 parent 9e101f5 commit cc7ab39Copy full SHA for cc7ab39
.github/workflows/build_linux_profiler.yml
@@ -9,9 +9,10 @@ on:
9
permissions:
10
contents: read
11
12
+
13
jobs:
14
build-linux-profiler-x86_64:
- runs-on: ubuntu-latest
15
+ runs-on: github-hosted-ubuntu-x64-large
16
env:
17
DOCKER_BUILDKIT: 1
18
strategy:
.github/workflows/tag_linux.yml
@@ -11,7 +11,7 @@ jobs:
contents: write
id-token: write
ARCH: x86_64
0 commit comments