@@ -72,11 +72,11 @@ jobs:
7272 fail-fast : false
7373 matrix :
7474 include :
75- - os : ubuntu-latest
75+ - os : namespace-profile-linux-x64-default
7676 target : x86_64-unknown-linux-gnu
7777 - os : windows-latest
7878 target : x86_64-pc-windows-msvc
79- - os : macos-latest
79+ - os : namespace-profile-mac-default
8080 target : aarch64-apple-darwin
8181 runs-on : ${{ matrix.os }}
8282 steps :
@@ -100,7 +100,7 @@ jobs:
100100 target-dir : ${{ runner.os == 'Windows' && format('{0}/target', env.DEV_DRIVE) || '' }}
101101
102102 - run : rustup target add x86_64-unknown-linux-musl
103- if : ${{ matrix.os == 'ubuntu-latest ' }}
103+ if : ${{ matrix.target == 'x86_64-unknown-linux-gnu ' }}
104104
105105 - run : cargo check --all-targets --all-features
106106 env :
@@ -114,7 +114,7 @@ jobs:
114114 needs : detect-changes
115115 if : needs.detect-changes.outputs.code-changed == 'true'
116116 name : Lint
117- runs-on : ubuntu-latest
117+ runs-on : namespace-profile-linux-x64-default
118118 steps :
119119 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
120120 - uses : ./.github/actions/clone
@@ -146,7 +146,7 @@ jobs:
146146
147147 run :
148148 name : Run task
149- runs-on : ubuntu-latest
149+ runs-on : namespace-profile-linux-x64-default
150150 needs :
151151 - download-previous-rolldown-binaries
152152 steps :
@@ -194,8 +194,8 @@ jobs:
194194 fail-fast : false
195195 matrix :
196196 include :
197- - os : ubuntu-latest
198- - os : macos-latest
197+ - os : namespace-profile-linux-x64-default
198+ - os : namespace-profile-mac-default
199199 - os : windows-latest
200200 runs-on : ${{ matrix.os }}
201201 steps :
@@ -232,10 +232,10 @@ jobs:
232232 - name : Build with upstream
233233 uses : ./.github/actions/build-upstream
234234 with :
235- target : ${{ matrix.os == 'ubuntu-latest ' && 'x86_64-unknown-linux-gnu' || matrix.os == 'windows-latest' && 'x86_64-pc-windows-msvc' || 'aarch64-apple-darwin' }}
235+ target : ${{ matrix.os == 'namespace-profile-linux-x64-default ' && 'x86_64-unknown-linux-gnu' || matrix.os == 'windows-latest' && 'x86_64-pc-windows-msvc' || 'aarch64-apple-darwin' }}
236236
237237 - name : Check TypeScript types
238- if : ${{ matrix.os == 'ubuntu-latest ' }}
238+ if : ${{ matrix.os == 'namespace-profile-linux-x64-default ' }}
239239 run : pnpm tsgo
240240
241241 - name : Install Global CLI vp
@@ -577,7 +577,7 @@ jobs:
577577 name : Local CLI `vp install` E2E test
578578 needs :
579579 - download-previous-rolldown-binaries
580- runs-on : ubuntu-latest
580+ runs-on : namespace-profile-linux-x64-default
581581 # Run if: not a PR, OR PR has 'test: install-e2e' label
582582 if : >-
583583 github.event_name != 'pull_request' ||
0 commit comments