We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c964a1c commit 4eb87ccCopy full SHA for 4eb87cc
1 file changed
.github/workflows/main.yml
@@ -25,7 +25,7 @@ jobs:
25
# Test the Java LTS versions and latest version available
26
java-version: [11, 17, 21]
27
# Test on linux, macOS and windows - all -latest
28
- os: [macOS-13, ubuntu-latest, windows-latest]
+ os: [macOS-latest, ubuntu-latest, windows-latest]
29
steps:
30
- name: Checkout
31
uses: actions/checkout@v4
0 commit comments