Update cmake-multi-platform.yml

This commit is contained in:
cthunter01 2024-03-15 12:08:08 -06:00 committed by GitHub
parent fb7e267bb4
commit 903b0ee8e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,9 +32,10 @@ jobs:
c_compiler: cl
cpp_compiler: cl
- os: ubuntu-latest
container: gcc:13
c_compiler: gcc
gcc: 13
cpp_compiler: g++
g++: 13
- os: ubuntu-latest
c_compiler: clang
cpp_compiler: clang++