Skip to content

Commit

Permalink
Remove MacOS 12 as unsupported by GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
danilovesky committed Dec 11, 2024
1 parent 352927b commit c4af9d8
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 @@ -53,7 +53,7 @@ jobs:
osx-build:
strategy:
matrix:
os: [macos-14, macos-13, macos-12]
os: [macos-14, macos-13]
java-distribution: [temurin]
java-version: [21, 17]

Expand Down

0 comments on commit c4af9d8

Please sign in to comment.