diff options
| author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2022-07-20 11:01:47 +0300 |
|---|---|---|
| committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2022-07-20 11:01:47 +0300 |
| commit | 0ee980abae91c481009152cdccab8e61c9625303 (patch) | |
| tree | 51bbe81e9346547c0f758a6399f5d326315a9bee /.github/workflows | |
| parent | 8772a7faca8156a502b12dda36e46cdb6904814f (diff) | |
| download | redot-cpp-0ee980abae91c481009152cdccab8e61c9625303.tar.gz | |
Rename OSX to macOS.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
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) |
