Skip to content

Commit

Permalink
Build updates (#148)
Browse files Browse the repository at this point in the history
Remove CentOS7 since it's nearing EOL and fails to build using actions/checkout@v4 and v3 will soon not be an option.
  • Loading branch information
hdholm authored Feb 12, 2024
1 parent 5e45732 commit dae5654
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
---
name: build

on: [push, pull_request]
on:
push:
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'

jobs:
linux:
Expand Down Expand Up @@ -35,11 +41,8 @@ jobs:
- compiler: clang
os: ubuntu:devel
stable: false
- compiler: gcc
os: centos:7
stable: true
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Show OS information
run: |
Expand Down Expand Up @@ -87,7 +90,7 @@ jobs:
- gcc
- clang
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Show OS information
run: |
Expand Down

0 comments on commit dae5654

Please sign in to comment.