Skip to content

Commit a94b5a8

Browse files
committed
CI runners: update macOS 12 -> 13 (still x86)
1 parent 24c238e commit a94b5a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/full-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,19 +237,19 @@ jobs:
237237
# macOS -- for the unintuitive naming, see https://github.com/actions/runner-images?tab=readme-ov-file#available-images
238238

239239
- name: macos-x86
240-
os: macos-12
240+
os: macos-13
241241
artifact-name: macos-x86-nightly
242242
godot-binary: godot.macos.editor.dev.x86_64
243243
with-hot-reload: true
244244

245245
- name: macos-double-x86
246-
os: macos-12
246+
os: macos-13
247247
artifact-name: macos-double-x86-nightly
248248
godot-binary: godot.macos.editor.dev.double.x86_64
249249
rust-extra-args: --features godot/api-custom,godot/double-precision
250250

251251
- name: macos-x86-4.2
252-
os: macos-12
252+
os: macos-13
253253
artifact-name: macos-x86-4.2
254254
godot-binary: godot.macos.editor.dev.x86_64
255255
godot-prebuilt-patch: '4.2.2'

0 commit comments

Comments
 (0)