Skip to content

Commit f20e148

Browse files
committed
Update CI runners to macOS 15
1 parent e7a1bf7 commit f20e148

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/sdks.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
version: [release, devel, trunk]
14-
os: [ubuntu-24.04, macos-13]
15-
exclude:
16-
- version: trunk
17-
os: macos-13
14+
os: [ubuntu-24.04, macos-15-intel]
1815
env:
1916
ANDROID_API_LEVEL: 24
2017
BUNDLE_VERSION: 0.1

0 commit comments

Comments
 (0)