diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c56b436a..4e68a9f7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,14 +110,7 @@ jobs: - run: npm run fmt:check snforge-init: - runs-on: ${{ matrix.platform.os }} - strategy: - matrix: - platform: - - name: linux x86-64 - os: ubuntu-latest - - name: windows x86-64 - os: windows-latest + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable