Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
TMP
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Tsvetanov committed Oct 13, 2023
1 parent f3c5431 commit 1ca4c36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
strategy:
fail-fast: false
matrix:
cxx_compiler: [clang++, g++]
os: [macos-11, macos-12, ubuntu-20.04, ubuntu-22.04]
cxx_compiler: [g++] #, clang++]
os: [macos-11, ubuntu-20.04] # , ubuntu-22.04, macos-12]
inja: [ON, OFF]
include:
# Name the compiler properly
Expand Down Expand Up @@ -69,8 +69,8 @@ jobs:
strategy:
fail-fast: false
matrix:
cxx_compiler: [clang++.exe, g++.exe, cl.exe]
os: [windows-2019, windows-2022]
cxx_compiler: [clang++.exe] # , g++.exe, cl.exe]
os: [windows-2019] # , windows-2022]
inja: [ON, OFF]
include:
# Name the compiler properly
Expand Down

0 comments on commit 1ca4c36

Please sign in to comment.