Skip to content

Commit 9bbf974

Browse files
committed
ci: macos-13 removed
1 parent 5b60a4f commit 9bbf974

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,17 @@ jobs:
1919
archs: "x86"
2020
- os: windows-2022
2121
archs: "ARM64"
22-
- os: macos-13
23-
archs: "x86_64, arm64"
24-
- os: macos-13
22+
- os: macos-15-intel
23+
archs: "x86_64"
24+
- os: macos-14
25+
archs: "arm64"
26+
- os: ubuntu-24.04
2527
archs: "arm64_v8a, x86_64"
2628
platform: "android"
2729
- os: macos-14
2830
archs: "arm64_iphoneos,arm64_iphonesimulator"
2931
platform: "ios"
30-
- os: macos-13
32+
- os: macos-15-intel
3133
archs: "x86_64_iphonesimulator"
3234
platform: "ios"
3335

0 commit comments

Comments
 (0)