Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alxvth authored Oct 24, 2024
1 parent af3d7e1 commit 57e1b62
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,17 @@ jobs:
build-libcxx: libstdc++11
build-arch: x86_64

- name: Linux_gcc13
os: ubuntu-24.04
build-cc: gcc
build-cxx: g++
build-compiler: gcc
build-cversion: 13
build-config: Release
build-os: Linux
build-libcxx: libstdc++11
build-arch: x86_64

- name: Macos_xcode13.4
os: macos-12
build-compiler: apple-clang
Expand Down

0 comments on commit 57e1b62

Please sign in to comment.