Skip to content

Commit 7bdca2c

Browse files
Update build_and_release.yml
1 parent 5a86117 commit 7bdca2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_and_release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
os: [ubuntu-latest, macos-latest, windows-latest]
2424
# name: host=${{ matrix.config.os }} target=${{ matrix.config.target }}
2525
config:
26-
- if: (matrix.os == ubuntu-latest)
26+
- if: (${{ matrix.os }} == ubuntu-latest)
2727
target: x86_64-linux-gnu
28-
- if: (matrix.os == macos-latest)
28+
- if: (${{ matrix.os }} == macos-latest)
2929
target: aarch64-macos-none
30-
- if: (matrix.os == windows-latest)
30+
- if: (${{ matrix.os }} == windows-latest)
3131
target: x86_64-windows-gnu
3232
runs-on: ${{ matrix.os }}
3333
steps:

0 commit comments

Comments
 (0)