From 6b28b411776ae13addc8cbc4aed3c8e41419851f Mon Sep 17 00:00:00 2001 From: Michael Herstine Date: Sat, 13 Jan 2024 15:35:15 -0800 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44f8a6c..11f5215 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -268,8 +268,8 @@ jobs: otool -L libboost_timer.dylib echo ================================================ - - name: Configure scribbu (Ubuntu, oldest) - if: matrix.os == 'ubuntu-22.04' && matrix.boost == 'oldest' + - name: Configure scribbu (Ubuntu, non-latest) + if: matrix.os == 'ubuntu-22.04' && matrix.boost != 'latest' shell: bash run: | autoconf --version @@ -280,8 +280,8 @@ jobs: ./bootstrap ./configure --with-boost=$(cd boost_${{ matrix.boost-ver }}/installdir; pwd) - - name: Configure scribbu (Ubuntu, non-oldest) - if: matrix.os == 'ubuntu-22.04' && matrix.boost != 'oldest' + - name: Configure scribbu (Ubuntu, latest) + if: matrix.os == 'ubuntu-22.04' && matrix.boost == 'latest' shell: bash run: | autoconf --version