diff options
| author | jvoisin | 2022-03-04 13:09:06 +0100 |
|---|---|---|
| committer | jvoisin | 2022-03-04 13:09:06 +0100 |
| commit | 82f15974e1d73e27cba64d728baf3cf676a021d0 (patch) | |
| tree | a5c183ab858a957bebca7651957aa2e3fa800826 /.github/workflows | |
| parent | d8a98df75c73e7079d06e641e6fa0ea5fc0899eb (diff) | |
Run tests on fedora 34
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/distributions.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/distributions.yml b/.github/workflows/distributions.yml index 1952ebb..bbfc8fc 100644 --- a/.github/workflows/distributions.yml +++ b/.github/workflows/distributions.yml | |||
| @@ -31,7 +31,7 @@ jobs: | |||
| 31 | 31 | ||
| 32 | fedora: | 32 | fedora: |
| 33 | runs-on: ubuntu-latest | 33 | runs-on: ubuntu-latest |
| 34 | container: fedora:latest | 34 | container: fedora:34 |
| 35 | steps: | 35 | steps: |
| 36 | - name: Checkout code | 36 | - name: Checkout code |
| 37 | uses: actions/checkout@v2 | 37 | uses: actions/checkout@v2 |
