Skip to content

Commit

Permalink
Enable standalone builds for macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Sep 22, 2023
1 parent a8e6c18 commit 7103040
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 @@ -128,7 +128,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-20.04-aarch64, windows-2022] # temporarily disabled: macos-11
os: [ubuntu-20.04, ubuntu-20.04-aarch64, windows-2022, macos-11]
type: [native, jvm]
env:
JAVA_VERSION: "21"
Expand Down

0 comments on commit 7103040

Please sign in to comment.