Skip to content

Commit c5fa101

Browse files
committed
Removing usage of matrix in docker-build.yml, since we always docker build on ubuntu-latest
Ref: #97 (comment)
1 parent a66192d commit c5fa101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
docker-build:
1212
name: "Simulate Docker Build"
1313

14-
runs-on: ${{ matrix.operating-system }}
14+
runs-on: ubuntu-latest
1515

1616
steps:
1717
- name: "Checkout"

0 commit comments

Comments
 (0)