mirror of
https://github.com/logos-storage/nim-leopard.git
synced 2026-01-02 13:43:08 +00:00
sets runners in ci
This commit is contained in:
parent
5c08eca9e9
commit
3d7d9ff649
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -9,18 +9,21 @@ jobs:
|
||||
icon: 🐧,
|
||||
label: Linux,
|
||||
os: ubuntu,
|
||||
runner: ubuntu-latest,
|
||||
shell: bash --noprofile --norc -eo pipefail
|
||||
}
|
||||
- {
|
||||
icon: 🍎,
|
||||
label: macOS,
|
||||
os: macos,
|
||||
runner: macos-13, # x86
|
||||
shell: bash --noprofile --norc -eo pipefail
|
||||
}
|
||||
- {
|
||||
icon: 🏁,
|
||||
label: Windows,
|
||||
os: windows,
|
||||
runner: windows-latest,
|
||||
shell: msys2
|
||||
}
|
||||
nim: [1.6.18]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user