Skip to content

Commit 733b9e1

Browse files
committed
Fix CI
1 parent dbed12e commit 733b9e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CICD.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ jobs:
7676
- { target: i686-pc-windows-msvc , os: windows-2019 }
7777
- { target: i686-unknown-linux-gnu , os: ubuntu-20.04, use-cross: true }
7878
- { target: i686-unknown-linux-musl , os: ubuntu-20.04, use-cross: true }
79-
- { target: x86_64-apple-darwin , os: macos-12 }
79+
- { target: x86_64-apple-darwin , os: macos-13 }
80+
- { target: aarch64-apple-darwin , os: macos-15 }
8081
- { target: x86_64-pc-windows-gnu , os: windows-2019 }
8182
- { target: x86_64-pc-windows-msvc , os: windows-2019 }
8283
- { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04, use-cross: true }

0 commit comments

Comments
 (0)