From dae5654d11bf633faf2124158b0f9d7c4ad0ba84 Mon Sep 17 00:00:00 2001 From: Howard Holm Date: Mon, 12 Feb 2024 04:03:54 -0500 Subject: [PATCH] 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. --- .github/workflows/build.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d7db3e..c0064df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,13 @@ --- name: build -on: [push, pull_request] +on: + push: + paths-ignore: + - '**.md' + pull_request: + paths-ignore: + - '**.md' jobs: linux: @@ -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: | @@ -87,7 +90,7 @@ jobs: - gcc - clang steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Show OS information run: |