Skip to content

Commit

Permalink
๐Ÿšš Chore : remove test on Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Hyeon-hak Kim <hyeonhak.kim.dev@gmail.com>
  • Loading branch information
ooMia committed Apr 16, 2024
1 parent 4094ce9 commit 1b7133b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-test-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
os: [ ubuntu-latest, macos-latest ]
java: [ '21' ]
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
os: [ ubuntu-latest, macos-latest ]
java: [ '21' ]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1b7133b

Please sign in to comment.