From 4ce2a0729f7cee12b93040ea91fdb6507218b841 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Fri, 10 Oct 2025 14:31:07 +0200 Subject: [PATCH] Rename os names --- .github/workflows/artifacts.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 2459aa6..4f37b81 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -15,13 +15,13 @@ jobs: nim_version: [v2.0.14] rust_version: [1.79.0] include: - - os: ubuntu-latest + - os: ubuntu lib_ext: so shell: bash --noprofile --norc -e -o pipefail - - os: windows-latest + - os: windows lib_ext: dll shell: msys2 - - os: macos-latest + - os: macos lib_ext: so shell: bash --noprofile --norc -e -o pipefail