Skip to content

Commit

Permalink
Ci update (#112)
Browse files Browse the repository at this point in the history
Update GitHub CI, drop GCC builds.
---------

Co-authored-by: Kenzzer <kenzzer@users.noreply.github.com>
  • Loading branch information
Kenzzer and Kenzzer committed Sep 27, 2023
1 parent e7dc35f commit b5846d1
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/ci.yml
Expand Up @@ -13,24 +13,19 @@ jobs:
include:
- os: windows-latest
os_short: windows
compiler_cc: msvc-vs2019
- os: windows-2016
compiler_cc: msvc-vs2022
- os: windows-2019
os_short: windows
compiler_cc: msvc-vs2017
compiler_cc: msvc-vs2019
- os: ubuntu-latest
os_short: linux
compiler_cc: clang
compiler_cxx: clang++
- os: ubuntu-18.04
os_short: linux
compiler_cc: clang-3.9
compiler_cxx: clang++-3.9
compiler_install: clang-3.9
- os: ubuntu-18.04
- os: ubuntu-20.04
os_short: linux
compiler_cc: gcc-6
compiler_cxx: g++-6
compiler_install: 'gcc-6 g++6 g++-6-multilib'
compiler_cc: clang-6.0
compiler_cxx: clang++-6.0
compiler_install: clang-6.0
- os: macos-latest
os_short: mac
compiler_cc: clang
Expand Down

0 comments on commit b5846d1

Please sign in to comment.