File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
jobs :
21
21
build :
22
22
name : build (ios)
23
- runs-on : macos-14
23
+ runs-on : macos-15
24
24
env :
25
25
DEPLOYMENT_TARGET : ' 14.0'
26
26
BUILD_TYPE : ' Release'
72
72
run : |
73
73
# Workaround GitHub Actions Python issues
74
74
brew unlink python && brew link --overwrite python
75
- brew install automake bison flex gnu-sed s3cmd gettext autoconf-archive nasm libtool
75
+ brew install automake bison flex gnu-sed s3cmd gettext autoconf-archive nasm libtool mono
76
76
echo $(brew --prefix bison)/bin >> $GITHUB_PATH
77
77
echo $(brew --prefix flex)/bin >> $GITHUB_PATH
78
78
echo $(brew --prefix s3cmd)/bin >> $GITHUB_PATH
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
21
21
strategy :
22
22
matrix :
23
23
include :
24
- - os : macos-14
24
+ - os : macos-15
25
25
triplet : x64-osx
26
26
deployment-target : " 10.15"
27
27
target-arch : x86_64
28
- - os : macos-14
28
+ - os : macos-15
29
29
triplet : arm64-osx
30
30
deployment-target : " 11.0"
31
31
target-arch : arm64
60
60
61
61
- name : 🔨 Prepare build env
62
62
run : |
63
- brew install automake bison flex gnu-sed autoconf-archive nasm libtool xcbeautify
63
+ brew install automake bison flex gnu-sed autoconf-archive nasm libtool xcbeautify mono
64
64
echo $(brew --prefix bison)/bin >> $GITHUB_PATH
65
65
echo $(brew --prefix flex)/bin >> $GITHUB_PATH
66
66
echo $(brew --prefix libtool)/bin >> $GITHUB_PATH
You can’t perform that action at this time.
0 commit comments