mirror of
https://github.com/DeterminateSystems/ci.git
synced 2025-06-06 17:48:45 +02:00
Merge pull request #29 from youwen5/fix-runners
fix(runner-map): drop aarch64-linux until it is out of public preview
This commit is contained in:
commit
3f6337df84
1 changed files with 1 additions and 2 deletions
3
.github/workflows/workflow.yml
vendored
3
.github/workflows/workflow.yml
vendored
|
@ -46,8 +46,7 @@ on:
|
||||||
"aarch64-darwin": "macos-latest",
|
"aarch64-darwin": "macos-latest",
|
||||||
"x86_64-darwin": "macos-latest",
|
"x86_64-darwin": "macos-latest",
|
||||||
"x86_64-linux": "ubuntu-latest",
|
"x86_64-linux": "ubuntu-latest",
|
||||||
"i686-linux": "ubuntu-latest",
|
"i686-linux": "ubuntu-latest"
|
||||||
"aarch64-linux": "ubuntu-latest"
|
|
||||||
}
|
}
|
||||||
outputs:
|
outputs:
|
||||||
flake_name:
|
flake_name:
|
||||||
|
|
Loading…
Add table
Reference in a new issue