1
0
Fork 0

fix(nix): Specify runner as string

This commit is contained in:
Daniel Kempkens 2023-09-14 23:08:33 +02:00
parent a672ef1178
commit 630ffe4562
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 3 additions and 8 deletions

View file

@ -6,10 +6,7 @@ on:
runner:
default: ubuntu-latest-amd64
required: false
type: choice
options:
- ubuntu-latest-amd64
- ubuntu-latest-arm64
type: string
package:
default: ''

View file

@ -6,14 +6,12 @@ on:
runner:
default: ubuntu-latest-amd64
required: false
type: choice
options:
- ubuntu-latest-amd64
- ubuntu-latest-arm64
type: string
jobs:
check:
runs-on: "${{ inputs.runner }}"
steps:
- uses: actions/checkout@v3
- name: Install Nix