add native x86_64 runner
This commit is contained in:
parent
6a0b124c21
commit
7cc015ae6e
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ jobs:
|
|||
- system: varda
|
||||
os: native-aarch64
|
||||
- system: durincore
|
||||
os: ubuntu-x86_64
|
||||
os: native-x86_64
|
||||
runs-on: ${{ matrix.os }}
|
||||
env:
|
||||
PATH: ${{ format('{0}:{1}', '/run/current-system/sw/bin', env.PATH) }}
|
Reference in a new issue