Skip to content

Commit

Permalink
remove Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
zztkm committed Jul 4, 2024
1 parent 2c0ce02 commit b88aed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# The type of runner that the job will run on
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
os: ["ubuntu-latest", "macos-latest"]
runs-on: ${{ matrix.os }}

# Steps represent a sequence of tasks that will be executed as part of the job
Expand Down

0 comments on commit b88aed4

Please sign in to comment.