From 5064a9a28d12913ed26950b9fdca9a1685831d8e Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Thu, 14 Sep 2023 08:20:29 +0200 Subject: [PATCH] GHA: Fix osx job (update image) --- .github/workflows/ci.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d926572..1826a08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -328,27 +328,20 @@ jobs: - name: "TOOLSET=clang COMPILER=clang++ CXXSTD=03,11,1 Job 15" buildtype: "boost" packages: "" - os: "macos-10.15" + os: "macos-11" cxx: "clang++" sources: "" llvm_os: "" llvm_ver: "" - xcode_version: 11.7 toolset: "clang" compiler: "clang++" - cxxstd: "03,11,14,1z" + cxxstd: "03,11,14,17,2a" runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 - - name: Set DEVELOPER_DIR - if: matrix.xcode_version != '' - run: echo "DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode_version }}.app/Contents/Developer" >> $GITHUB_ENV - - name: Test DEVELOPER_DIR - run: echo $DEVELOPER_DIR - - name: "osx" shell: bash env: