From: Jason Ish Date: Wed, 8 Jul 2020 22:57:58 +0000 (-0600) Subject: github-ci: use fedora:31 instead of fedora:latest X-Git-Tag: 1.2.0rc1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4811ef765190a9a55ace579e1a51d74d7a16ec32;p=thirdparty%2Fsuricata-update.git github-ci: use fedora:31 instead of fedora:latest Fedora:latest is a moving target, for CI its probably best to pin the version of the OS that testing is done on. --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f04e887..2ccb550 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -71,10 +71,10 @@ jobs: - name: Python 3 integration tests run: PYTHONPATH=. python3 ./tests/integration_tests.py - fedora-latest: - name: Fedora Latest + fedora-31: + name: Fedora 31 runs-on: ubuntu-latest - container: fedora:latest + container: fedora:31 steps: - run: | yum -y install \