diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2022-09-11 18:26:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-11 18:26:08 +0200 |
commit | 822e0532c23354c02fcdbdef90dc70236ece6255 (patch) | |
tree | 5eebac3b7ac82500601084e883086139bc29b01b /.github | |
parent | 2ad1bf171653c3fb72d8f987b403ab65c9ad6a46 (diff) | |
parent | d8cbd14a28d8c3c526c8ba1759b4052cbfead2c9 (diff) | |
download | fork-godot-webrtc-native-822e0532c23354c02fcdbdef90dc70236ece6255.tar.gz fork-godot-webrtc-native-822e0532c23354c02fcdbdef90dc70236ece6255.tar.bz2 fork-godot-webrtc-native-822e0532c23354c02fcdbdef90dc70236ece6255.zip |
Merge pull request #60 from Faless/bump/alpha16
Update to Godot alpha16
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build_release.yml | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index d9cfd6e..202807e 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -38,21 +38,11 @@ jobs: include: # Android - platform: android - arch: 'x86_32' - gdnative_flags: 'android_arch=x86' - sconsflags: '' - os: 'ubuntu-20.04' - - platform: android arch: 'x86_64' gdnative_flags: 'android_arch=x86_64' sconsflags: '' os: 'ubuntu-20.04' - platform: android - arch: 'arm32' - gdnative_flags: 'android_arch=armv7' - sconsflags: '' - os: 'ubuntu-20.04' - - platform: android arch: 'arm64' gdnative_flags: 'android_arch=arm64v8' sconsflags: '' @@ -84,12 +74,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: '' |