diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 94c7b92..99f0c33 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,15 +23,15 @@ jobs: matrix: include: # FUSE 2 - - cc: gcc-13 - cxx: g++-13 + - cc: gcc + cxx: g++ clang_major_version: null clang_repo_suffix: null runs-on: ubuntu-22.04 fuse_package: libfuse-dev # FUSE 3 - - cc: gcc-13 - cxx: g++-13 + - cc: gcc + cxx: g++ clang_major_version: null clang_repo_suffix: null runs-on: ubuntu-22.04 |