Skip to content

Commit

Permalink
ci: remove swift windows
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jul 29, 2024
1 parent 3a14488 commit c115e45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,8 @@ jobs:
# runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-12, macos-14]
os: [ubuntu-latest, macos-12, macos-14]
# os: [ubuntu-latest, windows-latest, macos-12, macos-14]
fail-fast: false
runs-on: ${{ matrix.os }}
defaults:
Expand Down

0 comments on commit c115e45

Please sign in to comment.