From 9a0a75c0a94b5f82f61f2c5abd70601959ef2ad7 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Fri, 10 Oct 2025 14:26:41 +0200 Subject: [PATCH] Rename os variables --- .github/workflows/artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 6a1e008..2459aa6 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -10,7 +10,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu, macos, windows] cpu: [amd64] nim_version: [v2.0.14] rust_version: [1.79.0]