Skip to content

Commit

Permalink
Fix matrix in core-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
p-senichenkov committed Jan 7, 2025
1 parent 7abd889 commit 3a45250
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions .github/workflows/core-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,24 @@ jobs:
run_tests:
strategy:
matrix:
os:
- name: ubuntu
image: ubuntu-latest
- name: macos
image: macos-14
compiler:
- gcc
- llvm-clang
- apple-clang
exclude:
include:
- os:
- name: ubuntu
compiler: apple-clang
- os:
- name: macos
name: ubuntu
image: ubuntu-latest
compiler: gcc
- os:
name: ubuntu
image: ubuntu-latest
compiler: llvm-clang
# Comment this to disable macOS-llvm-clang tests:
- os:
name: macos
image: macos-14
compiler: llvm-clang
- os:
name: macos
image: macos-14
compiler: apple-clang
cfg:
- { BUILD_TYPE: Release }
- { BUILD_TYPE: Debug }
Expand Down

0 comments on commit 3a45250

Please sign in to comment.