Skip to content

Commit 8edc799

Browse files
committed
use explicit macos versions
1 parent 4382e04 commit 8edc799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-java-bindings-new.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ jobs:
6363
target: x86_64-unknown-linux-gnu
6464
- os: linux-arm64
6565
target: aarch64-unknown-linux-gnu
66-
- os: macos-latest
66+
- os: macos-13
6767
target: x86_64-apple-darwin
68-
- os: macos-latest
68+
- os: macos-14
6969
target: aarch64-apple-darwin
7070
- os: windows-latest
7171
target: x86_64-pc-windows-gnu

0 commit comments

Comments
 (0)