summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2023-05-24 16:28:34 +0200
committerGitHub <noreply@github.com>2023-05-24 16:28:34 +0200
commit6de604ffeeb5c338e02fd89d5e49c78c47c824b2 (patch)
treec2f2f63ef668235dae9b6db98e27028c067c591c /.github
parentfbe4e06b9f3491db19351762e553d0fd08c9845e (diff)
parentf0af5f9982ea231eeeb92b4329178ea24e75e219 (diff)
downloadfork-godot-webrtc-native-6de604ffeeb5c338e02fd89d5e49c78c47c824b2.tar.gz
fork-godot-webrtc-native-6de604ffeeb5c338e02fd89d5e49c78c47c824b2.tar.bz2
fork-godot-webrtc-native-6de604ffeeb5c338e02fd89d5e49c78c47c824b2.zip
Merge pull request #94 from Faless/fix/macos_releases
[macOS] Add support for universal builds.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_release.yml12
1 files changed, 3 insertions, 9 deletions
diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml
index d6a9350..9047da3 100644
--- a/.github/workflows/build_release.yml
+++ b/.github/workflows/build_release.yml
@@ -84,17 +84,11 @@ jobs:
# macOS
- platform: macos
- arch: 'x86_64'
- gdnative_flags: 'macos_arch=x86_64 bits=64'
- sconsflags: ''
- os: 'macos-11'
- cache-name: macos-x86_64
- - platform: macos
- gdnative_flags: 'macos_arch=arm64 bits=64'
- arch: 'arm64'
+ arch: 'universal'
+ gdnative_flags: 'macos_arch=universal bits=64'
sconsflags: ''
os: 'macos-11'
- cache-name: macos-arm64
+ cache-name: macos-universal
# Windows
- platform: windows