Skip to content

Commit cc7ab39

Browse files
authored
chore: use large runners (#113)
1 parent 9e101f5 commit cc7ab39

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build_linux_profiler.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ on:
99
permissions:
1010
contents: read
1111

12+
1213
jobs:
1314
build-linux-profiler-x86_64:
14-
runs-on: ubuntu-latest
15+
runs-on: github-hosted-ubuntu-x64-large
1516
env:
1617
DOCKER_BUILDKIT: 1
1718
strategy:

.github/workflows/tag_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
permissions:
1212
contents: write
1313
id-token: write
14-
runs-on: ubuntu-latest
14+
runs-on: github-hosted-ubuntu-x64-large
1515
env:
1616
DOCKER_BUILDKIT: 1
1717
ARCH: x86_64

0 commit comments

Comments
 (0)