Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu committed Oct 7, 2024
1 parent 823b560 commit a7d7774
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
strategy:
matrix:
name: [ubuntu-gcc-9,
ubuntu-gcc-10,
ubuntu-clang-15,
macos-xcode-12.3,
]
Expand All @@ -23,6 +24,11 @@ jobs:
compiler: gcc
version: "9"

- name: ubuntu-gcc-10
os: ubuntu-latest
compiler: gcc
version: "10"

- name: ubuntu-clang-15
os: ubuntu-latest
compiler: clang
Expand Down

0 comments on commit a7d7774

Please sign in to comment.