Skip to content

Commit fa6ff80

Browse files
committed
Uncommented macOS and Linux targets in release.yaml
1 parent addd40f commit fa6ff80

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
strategy:
1111
matrix:
1212
job:
13-
# - os: ubuntu-latest
14-
# target: x86_64-unknown-linux-gnu
15-
# - os: ubuntu-latest
16-
# target: x86_64-unknown-linux-musl
17-
# use-cross: true
18-
# - os: macos-latest
19-
# target: x86_64-apple-darwin
13+
- os: ubuntu-latest
14+
target: x86_64-unknown-linux-gnu
15+
- os: ubuntu-latest
16+
target: x86_64-unknown-linux-musl
17+
use-cross: true
18+
- os: macos-latest
19+
target: x86_64-apple-darwin
2020
- os: windows-latest
2121
target: x86_64-pc-windows-msvc
2222
steps:

0 commit comments

Comments
 (0)