Skip to content

Commit c60701d

Browse files
committed
1 parent 22cc13f commit c60701d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
distribution: ['graalvm', 'graalvm-community']
3030
os: [
3131
ubuntu-latest,
32-
macos-14, # macOS on Apple silicon
33-
macos-12, # macOS on Intel
32+
macos-latest, # macOS on Apple silicon
33+
macos-12, # macOS on Intel
3434
windows-latest
3535
]
3636
components: ['']
@@ -109,7 +109,7 @@ jobs:
109109
- version: '22.3.1'
110110
java-version: '11' # for JDK 11 notification
111111
components: 'native-image'
112-
os: macos-11
112+
os: macos-12
113113
- version: '22.3.1'
114114
java-version: '17'
115115
components: 'native-image'

0 commit comments

Comments
 (0)