Skip to content

Commit

Permalink
fix: ignore windows runner for 0.4.22
Browse files Browse the repository at this point in the history
  • Loading branch information
kiriyaga committed May 16, 2024
1 parent 186268e commit 5bd069e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ jobs:
zksolc:
strategy:
matrix:
solc: [0.8.16, 0.7.6, 0.6.12]
solc: [0.8.16, 0.7.6, 0.4.22]
node: ["18"]
os: [ubuntu, macos, windows]
exclude:
- solc: 0.4.22
os: windows

runs-on: ${{ matrix.os }}-latest

Expand Down

0 comments on commit 5bd069e

Please sign in to comment.