Skip to content

Commit 3605027

Browse files
committed
Remove GNU CI builds
1 parent 756d5a7 commit 3605027

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,17 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
job:
46-
- { target: aarch64-unknown-linux-gnu, os: ubuntu-24.04 }
47-
- { target: arm-unknown-linux-gnueabihf, os: ubuntu-24.04 }
46+
# https://github.com/actions/runner-images
47+
# Linux
4848
- { target: arm-unknown-linux-musleabihf, os: ubuntu-24.04 }
49-
- { target: i686-pc-windows-msvc, os: windows-2022 }
50-
- { target: i686-unknown-linux-gnu, os: ubuntu-24.04 }
49+
- { target: x86_64-unknown-linux-musl, os: ubuntu-24.04 }
5150
- { target: i686-unknown-linux-musl, os: ubuntu-24.04 }
52-
- { target: x86_64-apple-darwin, os: macos-13 }
51+
# OS X
5352
- { target: aarch64-apple-darwin, os: macos-14 }
53+
# Windows
54+
- { target: i686-pc-windows-msvc, os: windows-2022 }
5455
- { target: x86_64-pc-windows-gnu, os: windows-2022 }
5556
- { target: x86_64-pc-windows-msvc, os: windows-2022 }
56-
- { target: x86_64-unknown-linux-gnu, os: ubuntu-24.04 }
57-
- { target: x86_64-unknown-linux-musl, os: ubuntu-24.04 }
5857
env:
5958
BUILD_CMD: cargo
6059
steps:

0 commit comments

Comments
 (0)