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 1c3fc9b commit 70f49e2
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 @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
name: [ubuntu-gcc-11,
ubuntu-clang-9,
ubuntu-clang-15,
macos-xcode-12.3,
]

Expand All @@ -23,10 +23,10 @@ jobs:
compiler: gcc
version: "11"

- name: ubuntu-clang-9
- name: ubuntu-clang-15
os: ubuntu-latest
compiler: clang
version: "9"
version: "15"

- name: macos-xcode-12.3
os: macos-latest
Expand Down

0 comments on commit 70f49e2

Please sign in to comment.