diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9cbf5c9..8041968 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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]