diff --git a/.github/workflows/formatters.yaml b/.github/workflows/formatters.yaml index 6e3d5088..48aa4d15 100644 --- a/.github/workflows/formatters.yaml +++ b/.github/workflows/formatters.yaml @@ -4,7 +4,7 @@ on: push jobs: autoformat: name: Auto-format code - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2 diff --git a/.github/workflows/multiarch.yaml b/.github/workflows/multiarch.yaml index ef23cbcd..4cb5806b 100644 --- a/.github/workflows/multiarch.yaml +++ b/.github/workflows/multiarch.yaml @@ -3,11 +3,11 @@ on: [push, pull_request] jobs: multiarch: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest name: ${{ matrix.distro }} on ${{ matrix.arch }} continue-on-error: true - # Run steps on a matrix of 3 arch/distro combinations + # Run steps on a matrix of 2 arch/distro combinations strategy: matrix: include: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1ccd95a1..9e99d7c3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -6,7 +6,7 @@ on: jobs: docs: name: Publish Documentation - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest continue-on-error: false if: github.repository == 'fedora-modularity/libmodulemd' steps: diff --git a/.github/workflows/upstreamed.yaml b/.github/workflows/upstreamed.yaml index db727739..03912e5a 100644 --- a/.github/workflows/upstreamed.yaml +++ b/.github/workflows/upstreamed.yaml @@ -6,7 +6,7 @@ on: jobs: static_analysis: name: Static Analysis - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest if: github.repository == 'fedora-modularity/libmodulemd' steps: - name: Checkout code @@ -20,7 +20,7 @@ jobs: docs: name: Publish Documentation - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest continue-on-error: false if: github.repository == 'fedora-modularity/libmodulemd' steps: