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 42e2fb9 commit 1c3fc9b
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,16 @@ jobs:
build:
strategy:
matrix:
name: [ubuntu-gcc-9,
ubuntu-gcc-10,
name: [ubuntu-gcc-11,
ubuntu-clang-9,
macos-xcode-12.3,
]

include:
- name: ubuntu-gcc-9
- name: ubuntu-gcc-11
os: ubuntu-latest
compiler: gcc
version: "9"

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

- name: ubuntu-clang-9
os: ubuntu-latest
Expand Down

0 comments on commit 1c3fc9b

Please sign in to comment.