Skip to content

Commit 1d7b9d8

Browse files
committed
remove matrix for build
1 parent 34a2963 commit 1d7b9d8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/test_containers_singularity.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@ on:
66
jobs:
77
docker-build-images:
88
name: Docker build
9-
runs-on: ${{ matrix.os }}
10-
strategy:
11-
fail-fast: false
12-
matrix:
13-
# "macos-latest", "windows-latest"
14-
os: ["ubuntu-latest", ]
9+
runs-on: "ubuntu-latest"
1510
steps:
1611
- name: Checkout
1712
uses: actions/checkout@v2

0 commit comments

Comments
 (0)