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

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

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

0 comments on commit c3f782f

Please sign in to comment.