Skip to content

Commit 11f8f91

Browse files
committed
Add x86_64-apple-darwin and aarch64-unknown-linux-gnu builds
1 parent 2644fc6 commit 11f8f91

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,12 @@ jobs:
5858
fail-fast: false
5959
matrix:
6060
job:
61-
- { target: i686-pc-windows-msvc, os: windows-latest }
62-
- { target: x86_64-pc-windows-msvc, os: windows-latest }
63-
- { target: aarch64-apple-darwin, os: macos-latest }
64-
- { target: x86_64-unknown-linux-gnu, os: ubuntu-latest }
61+
- { target: i686-pc-windows-msvc, os: windows-latest }
62+
- { target: x86_64-pc-windows-msvc, os: windows-latest }
63+
- { target: aarch64-apple-darwin, os: macos-latest }
64+
- { target: x86_64-apple-darwin, os: macos-13 }
65+
- { target: x86_64-unknown-linux-gnu, os: ubuntu-latest }
66+
- { target: aarch64-unknown-linux-gnu, os: ubuntu-24.04-arm }
6567
steps:
6668
- name: Checkout source code
6769
uses: actions/checkout@v4

0 commit comments

Comments
 (0)