Skip to content

Commit 4eb87cc

Browse files
committed
Change deprecated macOS version
1 parent c964a1c commit 4eb87cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Test the Java LTS versions and latest version available
2626
java-version: [11, 17, 21]
2727
# Test on linux, macOS and windows - all -latest
28-
os: [macOS-13, ubuntu-latest, windows-latest]
28+
os: [macOS-latest, ubuntu-latest, windows-latest]
2929
steps:
3030
- name: Checkout
3131
uses: actions/checkout@v4

0 commit comments

Comments
 (0)