We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
macos-13
1 parent dee1281 commit f7c3ab9Copy full SHA for f7c3ab9
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
os: [
31
ubuntu-latest,
32
macos-latest, # macOS on Apple silicon
33
- macos-12, # macOS on Intel
+ macos-13, # macOS on Intel
34
windows-latest
35
]
36
set-gds-token: [false]
@@ -119,7 +119,7 @@ jobs:
119
- version: '22.3.1'
120
java-version: '11' # for JDK 11 notification
121
components: 'native-image'
122
- os: macos-12
+ os: macos-13
123
124
java-version: '17'
125
0 commit comments