Skip to content

Commit

Permalink
chore: Update macos CI to use 12 instead of latest
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed May 5, 2024
1 parent 63d0d9f commit 50d01d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
os: [ubuntu-latest, macOS-12, windows-latest]
jvm: ['8', '17']
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 50d01d5

Please sign in to comment.