Skip to content

Commit

Permalink
gcc9 gcc11
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatolyKalin committed Apr 15, 2024
1 parent ec8254d commit 42ce452
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,44 +12,44 @@ jobs:
strategy:
matrix:
config:
- name: win-vs2022
image: windows-latest
os: windows
cores: 4
cc: 'cl'
cxx: 'cl'
- name: macos-13-xcode-15
image: macos-13
os: macos
cores: 4
xcode: '15.0'
cc: 'clang'
cxx: 'clang++'
- name: ubuntu-22.04-gcc-13
image: ubuntu-22.04
os: linux
cores: 4
cc: 'gcc-13'
cxx: 'g++-13'
- name: ubuntu-22.04-gcc-9
image: ubuntu-22.04
os: linux
cores: 4
cc: 'gcc-9'
cxx: 'g++-9'
# - name: win-vs2022
# image: windows-latest
# os: windows
# cores: 4
# cc: 'cl'
# cxx: 'cl'
# - name: macos-13-xcode-15
# image: macos-13
# os: macos
# cores: 4
# xcode: '15.0'
# cc: 'clang'
# cxx: 'clang++'
# - name: ubuntu-22.04-gcc-13
# image: ubuntu-22.04
# os: linux
# cores: 4
# cc: 'gcc-13'
# cxx: 'g++-13'
# - name: ubuntu-22.04-gcc-9
# image: ubuntu-22.04
# os: linux
# cores: 4
# cc: 'gcc-9'
# cxx: 'g++-9'
- name: ubuntu-22.04-gcc-11
image: ubuntu-22.04
os: linux
cores: 4
cc: 'gcc-11'
cxx: 'g++-11'
- name: macos-14-xcode-15
image: macos-14
os: macos
cores: 3
xcode: '15.0'
cc: 'clang'
cxx: 'clang++'
# - name: macos-14-xcode-15
# image: macos-14
# os: macos
# cores: 3
# xcode: '15.0'
# cc: 'clang'
# cxx: 'clang++'
buildType: [ Release, Debug ]

name: "${{ matrix.config.name }}-${{matrix.buildType}}"
Expand Down

0 comments on commit 42ce452

Please sign in to comment.