From 1524afdf7dff5c6357fe5d76f67f1bd8b627b139 Mon Sep 17 00:00:00 2001 From: mcbarton <150042563+mcbarton@users.noreply.github.com> Date: Sat, 9 Mar 2024 20:54:17 +0000 Subject: [PATCH] Update CI to have arm build + other changes to CI (#35) --- .github/workflows/main.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e6f6d3c8..e54fbb65 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,14 +22,16 @@ jobs: fail-fast: false matrix: include: - - name: ubu - os: ubuntu-latest - - name: ubu-analyzers - os: ubuntu-latest + - name: ubu22 + os: ubuntu-22.04 + - name: ubu22-analyzers + os: ubuntu-22.04 coverage: true extra_cmake_flags: -DCMAKE_BUILD_TYPE=Debug - - name: osx - os: macos-latest + - name: osx13-x86 + os: macos-13 + - name: osx14-arm + os: macos-14 steps: - uses: actions/checkout@v2 @@ -114,7 +116,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ windows-latest] + os: [ windows-2022] steps: - uses: actions/checkout@v2 @@ -148,7 +150,7 @@ jobs: emscripten_wasm: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: fail-fast: false