Skip to content

Commit f7c3ab9

Browse files
committed
Upgrade to macos-13.
Context: actions/runner-images#10721
1 parent dee1281 commit f7c3ab9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
os: [
3131
ubuntu-latest,
3232
macos-latest, # macOS on Apple silicon
33-
macos-12, # macOS on Intel
33+
macos-13, # macOS on Intel
3434
windows-latest
3535
]
3636
set-gds-token: [false]
@@ -119,7 +119,7 @@ jobs:
119119
- version: '22.3.1'
120120
java-version: '11' # for JDK 11 notification
121121
components: 'native-image'
122-
os: macos-12
122+
os: macos-13
123123
- version: '22.3.1'
124124
java-version: '17'
125125
components: 'native-image'

0 commit comments

Comments
 (0)