Skip to content

Commit 0ddeea5

Browse files
committed
ci: update matrix
1 parent 3aac88f commit 0ddeea5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CICD.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ jobs:
7979
- { target: i686-pc-windows-msvc , os: windows-2019 }
8080
- { target: i686-unknown-linux-gnu , os: ubuntu-20.04, use-cross: true }
8181
- { target: i686-unknown-linux-musl , os: ubuntu-20.04, use-cross: true }
82-
- { target: x86_64-apple-darwin , os: macos-12 }
82+
- { target: x86_64-apple-darwin , os: macos-13 }
83+
- { target: aarch64-apple-darwin , os: macos-latest }
8384
- { target: x86_64-pc-windows-gnu , os: windows-2019 }
8485
- { target: x86_64-pc-windows-msvc , os: windows-2019 }
8586
- { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04, use-cross: true }

0 commit comments

Comments
 (0)