Skip to content

Commit dd88c7d

Browse files
committed
Use include in matrix
1 parent 7f8790d commit dd88c7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77

88
jobs:
99
dist:
10-
runs-on: ${{ matrix.config.os }}
10+
runs-on: ${{ matrix.os }}
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
config:
14+
include:
1515
- os: ubuntu-latest
1616
target: x86_64-unknown-linux-gnu
1717
# - os: macos-latest

0 commit comments

Comments
 (0)