Skip to content

Commit

Permalink
ci: comment testing on windows and macos until find a fix for contain…
Browse files Browse the repository at this point in the history
…ertests
  • Loading branch information
manuandru committed Mar 5, 2024
1 parent 136c2e1 commit 97ef2dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ jobs:
fail-fast: false
matrix:
os:
- macos-13
# Commented until we find a way to run containertests on macOS and Windows
# - macos-13
- ubuntu-22.04
- windows-2022
# - windows-2022
java-version: [ 17, 21 ]
java-distribution:
- adopt
Expand Down

0 comments on commit 97ef2dd

Please sign in to comment.