We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 025d622 commit cd4ff00Copy full SHA for cd4ff00
.github/workflows/rebuild-bindings.yml
@@ -10,8 +10,13 @@ jobs:
10
build:
11
strategy:
12
matrix:
13
- - os: [windows-latest, ubuntu-latest, macos-latest]
14
- target: [x86_64-pc-windows-gnu, "x86_64-unknown-linux-gnu", "x86_64-apple-darwin"]
+ include:
+ - os: [windows-latest]
15
+ target: [x86_64-pc-windows-gn]
16
+ - os: [ubuntu-latest]
17
+ target: [x86_64-unknown-linux-gnu]
18
+ - os: [macos-latest]
19
+ target: [x86_64-apple-darwin]
20
runs-on: ${{ matrix.os }}
21
22
steps:
0 commit comments