Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Update build.yml to use checkout v4 and mark CentOS 7 as unstable to keep it from killing all the builds.
  • Loading branch information
hdholm authored Feb 6, 2024
1 parent 509a7de commit 9321a20
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
continue-on-error: ${{ ! matrix.stable }}
strategy:
matrix:
os:
- fedora:latest
- centos:7
- quay.io/centos/centos:stream8
- quay.io/centos/centos:stream9
- debian:testing
Expand All @@ -33,8 +32,10 @@ jobs:
stable: false
- os: ubuntu:devel
stable: false
- os: centos:7
stable: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Show OS information
run: cat /etc/os-release 2>/dev/null || \
Expand Down

0 comments on commit 9321a20

Please sign in to comment.