Skip to content

Commit

Permalink
remove windwos
Browse files Browse the repository at this point in the history
  • Loading branch information
sam4t committed Oct 25, 2023
1 parent bcd5466 commit be20542
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
target:
- x86_64-apple-darwin
- x86_64-unknown-linux-gnu
- x86_64-pc-windows-msvc
- aarch64-unknown-linux-gnu
include:
- target: aarch64-unknown-linux-gnu
Expand All @@ -20,8 +19,6 @@ jobs:
os: ubuntu-latest
- target: x86_64-apple-darwin
os: macos-latest
- target: x86_64-pc-windows-msvc
os: windows-latest

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

Expand Down Expand Up @@ -122,7 +119,6 @@ jobs:
run: |
mv rusty_json_schema-x86_64-apple-darwin/*.default ext/
mv rusty_json_schema-x86_64-unknown-linux-gnu/*.default ext/
mv rusty_json_schema-x86_64-pc-windows-msvc/*.default ext/
mv rusty_json_schema-aarch64-unknown-linux-gnu/*.default ext/
- name: Build gem
Expand All @@ -140,7 +136,6 @@ jobs:
matrix:
os:
- ubuntu-latest
- windows-latest
- macos-latest
ruby:
- 2.6
Expand Down

0 comments on commit be20542

Please sign in to comment.