Skip to content

Commit dae5654

Browse files
authored
Build updates (#148)
Remove CentOS7 since it's nearing EOL and fails to build using actions/checkout@v4 and v3 will soon not be an option.
1 parent 5e45732 commit dae5654

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
---
22
name: build
33

4-
on: [push, pull_request]
4+
on:
5+
push:
6+
paths-ignore:
7+
- '**.md'
8+
pull_request:
9+
paths-ignore:
10+
- '**.md'
511

612
jobs:
713
linux:
@@ -35,11 +41,8 @@ jobs:
3541
- compiler: clang
3642
os: ubuntu:devel
3743
stable: false
38-
- compiler: gcc
39-
os: centos:7
40-
stable: true
4144
steps:
42-
- uses: actions/checkout@v3
45+
- uses: actions/checkout@v4
4346

4447
- name: Show OS information
4548
run: |
@@ -87,7 +90,7 @@ jobs:
8790
- gcc
8891
- clang
8992
steps:
90-
- uses: actions/checkout@v3
93+
- uses: actions/checkout@v4
9194

9295
- name: Show OS information
9396
run: |

0 commit comments

Comments
 (0)