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]