We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c63bfd commit e7f0eb8Copy full SHA for e7f0eb8
.github/workflows/acceptance.yml
@@ -5,7 +5,7 @@ jobs:
5
strategy:
6
matrix:
7
os: ["ubuntu:latest", "debian:latest", "fedora:latest", "centos:7"]
8
- runs-on: ubuntu-latest
+ runs-on: ${{ matrix.os }}
9
steps:
10
- name: Checkout code
11
uses: actions/checkout@v2
0 commit comments