Skip to content

Commit ff74bc5

Browse files
committed
Limit runners.
1 parent e17a7b1 commit ff74bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: [ macos-13, macos-14, macos-15, ubuntu-latest, windows-latest ]
17+
os: [ macos-latest, ubuntu-latest, windows-latest ]
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Set up JDK 21

0 commit comments

Comments
 (0)