mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-07 12:06:27 +00:00
Merge pull request #76 from robert-scheck/workflow-compiler
Switch to gcc-12 (default: gcc-11), clang-14 is newest in ubuntu-latest
This commit is contained in:
commit
897d93856a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
compiler: [cc, clang, clang-13, gcc-10]
|
||||
compiler: [cc, clang, gcc-12]
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue