Skip to content

Commit 55e7897

Browse files
m-kuhnnirvn
authored andcommitted
Upgrade to macos 15 runners
1 parent 7325301 commit 55e7897

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
jobs:
2121
build:
2222
name: build (ios)
23-
runs-on: macos-14
23+
runs-on: macos-15
2424
env:
2525
DEPLOYMENT_TARGET: '14.0'
2626
BUILD_TYPE: 'Release'
@@ -72,7 +72,7 @@ jobs:
7272
run: |
7373
# Workaround GitHub Actions Python issues
7474
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
7676
echo $(brew --prefix bison)/bin >> $GITHUB_PATH
7777
echo $(brew --prefix flex)/bin >> $GITHUB_PATH
7878
echo $(brew --prefix s3cmd)/bin >> $GITHUB_PATH

.github/workflows/macos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
strategy:
2222
matrix:
2323
include:
24-
- os: macos-14
24+
- os: macos-15
2525
triplet: x64-osx
2626
deployment-target: "10.15"
2727
target-arch: x86_64
28-
- os: macos-14
28+
- os: macos-15
2929
triplet: arm64-osx
3030
deployment-target: "11.0"
3131
target-arch: arm64
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: 🔨 Prepare build env
6262
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
6464
echo $(brew --prefix bison)/bin >> $GITHUB_PATH
6565
echo $(brew --prefix flex)/bin >> $GITHUB_PATH
6666
echo $(brew --prefix libtool)/bin >> $GITHUB_PATH

0 commit comments

Comments
 (0)