mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
ci/docs: run non-build jobs on ARM
This may be marginally slower, but should be more efficient. Continue using x86 for the main build as it will be faster.
This commit is contained in:
parent
40bf948e0e
commit
7176d51a34
1 changed files with 2 additions and 2 deletions
4
.github/workflows/website.yml
vendored
4
.github/workflows/website.yml
vendored
|
@ -79,7 +79,7 @@ jobs:
|
||||||
|
|
||||||
combine:
|
combine:
|
||||||
name: Combine builds
|
name: Combine builds
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-24.04-arm
|
||||||
needs: build
|
needs: build
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
@ -111,7 +111,7 @@ jobs:
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
name: Deploy
|
name: Deploy
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-24.04-arm
|
||||||
needs: combine
|
needs: combine
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue