Skip to content

Commit

Permalink
Run CI check only on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
ddoktorski committed Dec 17, 2024
1 parent d07f85e commit 8ced8d9
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ced8d9

Please sign in to comment.