File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -237,19 +237,19 @@ jobs:
237
237
# macOS -- for the unintuitive naming, see https://github.com/actions/runner-images?tab=readme-ov-file#available-images
238
238
239
239
- name : macos-x86
240
- os : macos-12
240
+ os : macos-13
241
241
artifact-name : macos-x86-nightly
242
242
godot-binary : godot.macos.editor.dev.x86_64
243
243
with-hot-reload : true
244
244
245
245
- name : macos-double-x86
246
- os : macos-12
246
+ os : macos-13
247
247
artifact-name : macos-double-x86-nightly
248
248
godot-binary : godot.macos.editor.dev.double.x86_64
249
249
rust-extra-args : --features godot/api-custom,godot/double-precision
250
250
251
251
- name : macos-x86-4.2
252
- os : macos-12
252
+ os : macos-13
253
253
artifact-name : macos-x86-4.2
254
254
godot-binary : godot.macos.editor.dev.x86_64
255
255
godot-prebuilt-patch : ' 4.2.2'
You can’t perform that action at this time.
0 commit comments