Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Remove CentOS7 stability flag to check if it's just that OS failing actions/checkout@v4
  • Loading branch information
hdholm authored Feb 6, 2024
1 parent f0fc533 commit 16286a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
pull_request:
paths-ignore:
- '**.md'

jobs:
linux:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -42,7 +43,7 @@ jobs:
stable: false
- compiler: gcc
os: centos:7
stable: true
stable: false
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 16286a3

Please sign in to comment.