Skip to content

Commit

Permalink
WiP
Browse files Browse the repository at this point in the history
  • Loading branch information
AnarManafov committed Oct 4, 2023
1 parent 9827446 commit 2d6ebb9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,11 @@ jobs:

# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
matrix:
os: [ubuntu-latest, macOS-intel]
os: [macOS]
build_type: [Release]
c_compiler: [gcc, clang, cl]
include:
- os: ubuntu-latest
c_compiler: gcc
cpp_compiler: g++
- os: macOS-intel
- os: macOS
c_compiler: clang
cpp_compiler: clang++

Expand Down

0 comments on commit 2d6ebb9

Please sign in to comment.