Skip to content

Commit a12a1dc

Browse files
authored
Remove matrix until working docker support (#15)
1 parent 29ae213 commit a12a1dc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
strategy:
12-
fail-fast: false
13-
matrix:
14-
os: [ ubuntu-latest ] #, macos-latest ] #, windows-latest ]
15-
runs-on: ${{ matrix.os }}
11+
runs-on: ubuntu-latest
1612
# Service containers to run with `container-job`
1713
services:
1814
# Label used to access the service container

0 commit comments

Comments
 (0)