8000 Update ci.yml · hjerpbakk/dotnet-script-docker@959a1cc · GitHub
[go: up one dir, main page]

Skip to content

Commit 959a1cc

Browse files
authored
Update ci.yml
1 parent 899c92c commit 959a1cc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ on: [push]
44

55
jobs:
66
build:
7-
8-
runs-on: $
7+
runs-on: ${{ matrix.os }}
98
strategy:
109
matrix:
1110
os: [macOS-latest, ubuntu-latest, windows-latest]
12-
1311
steps:
1412
- uses: actions/checkout@v1
1513
- name: Build and test container

0 commit comments

Comments
 (0)
0