Skip to content

Commit e7f0eb8

Browse files
committed
fix matrix setup for OS
1 parent 5c63bfd commit e7f0eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
strategy:
66
matrix:
77
os: ["ubuntu:latest", "debian:latest", "fedora:latest", "centos:7"]
8-
runs-on: ubuntu-latest
8+
runs-on: ${{ matrix.os }}
99
steps:
1010
- name: Checkout code
1111
uses: actions/checkout@v2

0 commit comments

Comments
 (0)