Skip to content

Commit 9088208

Browse files
committed
ci: move from macos-13 to macos-15-intel
1 parent a801e5d commit 9088208

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-upload.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@ jobs:
4646
runs-on: windows-11-arm
4747
- platform: "macos"
4848
archs: "x86_64"
49-
runs-on: macos-13
49+
runs-on: macos-15-intel
5050
- platform: "macos"
5151
archs: "arm64"
5252
runs-on: macos-14
5353
- platform: "ios"
5454
archs: "x86_64_iphonesimulator"
55-
runs-on: macos-13
55+
runs-on: macos-15-intel
5656
- platform: "ios"
5757
archs: "arm64_iphonesimulator,arm64_iphoneos"
58-
runs-on: macos-14
58+
runs-on: macos-15
5959
- platform: "android"
6060
archs: "arm64_v8a,x86_64"
6161
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)