Skip to content

Commit

Permalink
Update CI to have arm build + other changes to CI (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Mar 9, 2024
1 parent 216dbed commit 1524afd
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -114,7 +116,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ windows-latest]
os: [ windows-2022]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -148,7 +150,7 @@ jobs:
emscripten_wasm:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

strategy:
fail-fast: false
Expand Down

0 comments on commit 1524afd

Please sign in to comment.