We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a6b97 commit ff54713Copy full SHA for ff54713
.github/workflows/release.yml
@@ -40,8 +40,15 @@ jobs:
40
build_script: win/build-installer.sh
41
upload_pattern: blue*win64.exe
42
43
- - name: macOS zipball (universal)
+ - name: macOS zipball (Intel)
44
arch: x86_64
45
+ runs_on: macos-13
46
+ brew_deps: coreutils sdl2 sdl2_image sdl2_mixer glew
47
+ build_script: mac/build-archive.sh
48
+ upload_pattern: blue*.zip
49
+
50
+ - name: macOS zipball (ARM)
51
+ arch: arm64
52
runs_on: macos-14
53
brew_deps: coreutils sdl2 sdl2_image sdl2_mixer glew
54
build_script: mac/build-archive.sh
0 commit comments