Skip to content

Commit d042176

Browse files
committed
simplify GHA
1 parent 9d38f80 commit d042176

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,12 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
build: [linux64, macos, win32]
2827
include:
29-
- build: linux64
30-
os: ubuntu-latest
28+
- os: ubuntu-latest
3129
host_target: x86_64-unknown-linux-gnu
32-
- build: macos
33-
os: macos-latest
30+
- os: macos-latest
3431
host_target: x86_64-apple-darwin
35-
- build: win32
36-
os: windows-latest
32+
- os: windows-latest
3733
host_target: i686-pc-windows-msvc
3834
steps:
3935
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)