Test gcc13 on ubuntu-latest: Update cmake-multi-platform.yml

This commit is contained in:
cthunter01 2024-03-15 11:58:14 -06:00 committed by GitHub
parent 17e87e2c40
commit fb7e267bb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,8 @@ jobs:
#
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
matrix:
os: [ubuntu-latest, windows-latest]
#os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
build_type: [Release]
c_compiler: [gcc, clang, cl]
include:
@ -31,6 +32,7 @@ jobs:
c_compiler: cl
cpp_compiler: cl
- os: ubuntu-latest
container: gcc:13
c_compiler: gcc
cpp_compiler: g++
- os: ubuntu-latest