summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2022-07-20 11:01:47 +0300
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2022-07-20 11:01:47 +0300
commit0ee980abae91c481009152cdccab8e61c9625303 (patch)
tree51bbe81e9346547c0f758a6399f5d326315a9bee /.github/workflows
parent8772a7faca8156a502b12dda36e46cdb6904814f (diff)
downloadredot-cpp-0ee980abae91c481009152cdccab8e61c9625303.tar.gz
Rename OSX to macOS.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6baaaac..6b57a37 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -37,9 +37,9 @@ jobs:
- name: 🍎 macOS (universal)
os: macos-11
- platform: osx
+ platform: macos
artifact-name: godot-cpp-macos-universal-release
- artifact-path: bin/libgodot-cpp.osx.release.universal.a
+ artifact-path: bin/libgodot-cpp.macos.release.universal.a
flags: arch=universal
- name: 🤖 Android (arm64)