Skip to content

Commit

Permalink
macos-13-large
Browse files Browse the repository at this point in the history
  • Loading branch information
Bromeon committed Nov 4, 2024
1 parent af882f6 commit a64fea1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/full-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,19 +237,19 @@ jobs:
# macOS -- for the unintuitive naming, see https://github.com/actions/runner-images?tab=readme-ov-file#available-images

- name: macos-x86
os: macos-14-large
os: macos-13-large
artifact-name: macos-x86-nightly
godot-binary: godot.macos.editor.dev.x86_64
with-hot-reload: true

- name: macos-double-x86
os: macos-14-large
os: macos-13-large
artifact-name: macos-double-x86-nightly
godot-binary: godot.macos.editor.dev.double.x86_64
rust-extra-args: --features godot/api-custom,godot/double-precision

- name: macos-x86-4.2
os: macos-14-large
os: macos-13-large
artifact-name: macos-x86-4.2
godot-binary: godot.macos.editor.dev.x86_64
godot-prebuilt-patch: '4.2.2'
Expand Down

0 comments on commit a64fea1

Please sign in to comment.