Skip to content

Commit 22349a7

Browse files
committed
github: Switch the linux-profile job to run on aarch64
The aarch64 runners are currently a fair bit faster than the x86_64 based ones. This may marginally bias the profile, making it fit better for the aarch64 build than for the x86_64 build, but this shouldn't make a big difference in practice.
1 parent 7ff531d commit 22349a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@ jobs:
104104

105105
linux-profile:
106106
needs: [prepare, linux-stage1]
107-
runs-on: ubuntu-22.04
107+
runs-on: ubuntu-22.04-arm
108108
steps:
109109
- uses: actions/checkout@v4
110110
- uses: actions/download-artifact@v4
111111
with:
112-
name: linux-stage1-ucrt-x86_64-toolchain
112+
name: linux-stage1-ucrt-aarch64-toolchain
113113
- name: Unpack stage1 Clang
114114
run: |
115115
tar -Jxf llvm-mingw-*.tar.xz

0 commit comments

Comments
 (0)