[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: switch to arm64 runners (#829)

authored by

Wojciech Maj and committed by
GitHub
d4584fea 765297ca

+9 -9
+1 -1
.github/workflows/autofix.yml
··· 15 15 jobs: 16 16 code: 17 17 name: 🤖 Autofix code 18 - runs-on: ubuntu-latest 18 + runs-on: ubuntu-24.04-arm 19 19 20 20 steps: 21 21 - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
+7 -7
.github/workflows/ci.yml
··· 22 22 jobs: 23 23 lint: 24 24 name: 🔠 Lint project 25 - runs-on: ubuntu-latest 25 + runs-on: ubuntu-24.04-arm 26 26 27 27 steps: 28 28 - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 ··· 40 40 41 41 types: 42 42 name: 💪 Type check 43 - runs-on: ubuntu-latest 43 + runs-on: ubuntu-24.04-arm 44 44 45 45 steps: 46 46 - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 ··· 62 62 63 63 unit: 64 64 name: 🧪 Unit tests 65 - runs-on: ubuntu-latest 65 + runs-on: ubuntu-24.04-arm 66 66 67 67 steps: 68 68 - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 ··· 84 84 85 85 test: 86 86 name: 🧪 Component tests 87 - runs-on: ubuntu-latest 87 + runs-on: ubuntu-24.04-arm 88 88 89 89 steps: 90 90 - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 ··· 114 114 115 115 browser: 116 116 name: 🖥️ Browser tests 117 - runs-on: ubuntu-latest 117 + runs-on: ubuntu-24.04-arm 118 118 container: 119 119 image: mcr.microsoft.com/playwright:v1.58.0-noble 120 120 ··· 141 141 142 142 a11y: 143 143 name: ♿ Accessibility audit 144 - runs-on: ubuntu-latest 144 + runs-on: ubuntu-latest # See https://github.com/GoogleChrome/lighthouse/discussions/16834 145 145 strategy: 146 146 matrix: 147 147 mode: [dark, light] ··· 172 172 173 173 knip: 174 174 name: 🧹 Unused code check 175 - runs-on: ubuntu-latest 175 + runs-on: ubuntu-24.04-arm 176 176 177 177 steps: 178 178 - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
+1 -1
.github/workflows/lunaria.yml
··· 18 18 jobs: 19 19 lunaria-overview: 20 20 name: 🌝 Generate Lunaria Overview 21 - runs-on: ubuntu-latest 21 + runs-on: ubuntu-24.04-arm 22 22 23 23 steps: 24 24 - name: Checkout