sets runners in ci

This commit is contained in:
Ben 2024-08-20 10:15:18 +02:00
parent 5c08eca9e9
commit 3d7d9ff649
No known key found for this signature in database
GPG Key ID: 0F16E812E736C24B

View File

@ -9,18 +9,21 @@ jobs:
icon: 🐧, icon: 🐧,
label: Linux, label: Linux,
os: ubuntu, os: ubuntu,
runner: ubuntu-latest,
shell: bash --noprofile --norc -eo pipefail shell: bash --noprofile --norc -eo pipefail
} }
- { - {
icon: 🍎, icon: 🍎,
label: macOS, label: macOS,
os: macos, os: macos,
runner: macos-13, # x86
shell: bash --noprofile --norc -eo pipefail shell: bash --noprofile --norc -eo pipefail
} }
- { - {
icon: 🏁, icon: 🏁,
label: Windows, label: Windows,
os: windows, os: windows,
runner: windows-latest,
shell: msys2 shell: msys2
} }
nim: [1.6.18] nim: [1.6.18]