Skip to content

Commit

Permalink
[INFRA] Use macos-14
Browse files Browse the repository at this point in the history
macos-14 uses ARM processors (M1)
  • Loading branch information
eseiler committed Sep 18, 2024
1 parent 6efa1fc commit 2623b40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ defaults:
jobs:
build:
name: ${{ matrix.compiler }}
runs-on: macos-12
runs-on: macos-14
if: github.repository_owner == 'seqan' || github.event_name == 'workflow_dispatch' || github.event.label.name == 'lint'
strategy:
fail-fast: false
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci_sanitizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
fail-fast: false
matrix:
name: [ASan, TSan, UBSan]
os: [ubuntu-latest, macos-12]
os: [ubuntu-latest, macos-14]
build_type: [Release, RelWithDebInfo, Debug]
exclude:
- name: "TSan"
os: macos-12
os: macos-14

include:
- name: "ASan"
Expand All @@ -46,14 +46,14 @@ jobs:
cxx_flags: "-fno-omit-frame-pointer -fsanitize=thread"

- name: "UBSan"
os: macos-12
os: macos-14
cxx_flags: "-fno-omit-frame-pointer -fsanitize=undefined,float-divide-by-zero,implicit-conversion,local-bounds,nullability -Wno-pass-failed"

- name: "UBSan"
os: ubuntu-latest
cxx_flags: "-fno-omit-frame-pointer -fsanitize=undefined,float-divide-by-zero"

- os: macos-12
- os: macos-14
compiler: clang-18

- os: ubuntu-latest
Expand Down

0 comments on commit 2623b40

Please sign in to comment.