Skip to content

Commit

Permalink
Update pilkki-software-multiplatform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SmallSharky authored Nov 5, 2023
1 parent 8867cbc commit 49d0a29
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/pilkki-software-multiplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
build_type: [Release]
c_compiler: [gcc, clang, cl]
include:
# - os: windows-latest
# c_compiler: cl
# cpp_compiler: cl
- os: ubuntu-latest
c_compiler: gcc
cpp_compiler: g++
Expand All @@ -46,8 +43,15 @@ jobs:
- os: windows-latest
c_compiler: clang
cpp_compiler: clang++
- os: macos-latest
c_compiler: gcc
cpp_compiler: g++
- os: macos-latest
c_compiler: clang
cpp_compiler: clang++
exclude:
- os: macos-latest
c_compiler: cl
- os: ubuntu-latest
c_compiler: cl

Expand Down

0 comments on commit 49d0a29

Please sign in to comment.