Skip to content

Commit

Permalink
Update cmake-multi-platform-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lackhole committed Feb 28, 2025
1 parent 56eef85 commit e566cc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multi-platform-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
os: [windows-latest]
build_type: [Debug]
compiler_version: [14.1, 14.2 14.3] # VS 2017, 2019 2022
arch: [x64, x86]
arch: [x64]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
build_type: [Debug]
compiler: [clang]
compiler_version: [11, 12, 13, 14, 15]
platform: [x64, x86]
platform: [x64]
include:
- cc_compiler: clang
- cxx_compiler: clang++
Expand Down

0 comments on commit e566cc0

Please sign in to comment.