Skip to content

Commit 1b94afa

Browse files
committed
Fix OS names
1 parent a03d2b3 commit 1b94afa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
job2:
2828
name: Build
2929
needs: job1
30-
runs-on: ${{ matrix.os }}
3130
strategy:
3231
matrix:
3332
os:
34-
- windows-latest
35-
- ubuntu-latest
36-
- macOS-latest
33+
- windows
34+
- ubuntu
35+
- macOS
36+
runs-on: ${{ matrix.os }}-latest
3737
steps:
3838
- uses: actions/checkout@v2
3939

0 commit comments

Comments
 (0)