diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2022-09-11 14:16:30 +0200 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2022-09-11 15:34:08 +0200 |
commit | 6e52fce98660dc9eaa832d682bf38e2ea742e5b6 (patch) | |
tree | d3b59859a2dec39c1a43d87b6836e78f127738df /.github | |
parent | a93af67d756e65161b81683c32fa66efd6f47ec6 (diff) | |
download | fork-godot-webrtc-native-6e52fce98660dc9eaa832d682bf38e2ea742e5b6.tar.gz fork-godot-webrtc-native-6e52fce98660dc9eaa832d682bf38e2ea742e5b6.tar.bz2 fork-godot-webrtc-native-6e52fce98660dc9eaa832d682bf38e2ea742e5b6.zip |
Update sources to alpha16
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build_release.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index d9cfd6e..2d0f044 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -84,12 +84,12 @@ jobs: os: 'ubuntu-20.04' # macOS - - platform: osx + - platform: macos arch: 'x86_64' gdnative_flags: 'macos_arch=x86_64 bits=64' sconsflags: '' os: 'macos-11' - - platform: osx + - platform: macos gdnative_flags: 'macos_arch=arm64 bits=64' arch: 'arm64' sconsflags: '' |