Skip to content

Commit

Permalink
fix matrix setup for OS
Browse files Browse the repository at this point in the history
  • Loading branch information
petems committed Sep 24, 2022
1 parent 5c63bfd commit c5a4b01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
on: [push, pull_request]
name: acceptance tests
jobs:
Linux:
linux:
strategy:
matrix:
os: ["ubuntu:latest", "debian:latest", "fedora:latest", "centos:7"]
runs-on: ubuntu-latest
container:
image: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit c5a4b01

Please sign in to comment.