Skip to content

Commit

Permalink
Remove GCC 13 from CI build matrix again
Browse files Browse the repository at this point in the history
  • Loading branch information
kyllingstad committed Nov 28, 2023
1 parent cb57900 commit 2945d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-conan-gcc.yml
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ jobs:
matrix:
conan: ["2.0"]
profile: [gcc]
compiler_version: [8, 9, 10, 11, 12, 13]
compiler_version: [8, 9, 10, 11, 12]
build_type: [Debug, Release]
version: ["6.9.210323"]
channel: ["${{ (github.head_ref || github.ref_name) == 'master' && 'stable' || 'testing' }}"]

0 comments on commit 2945d6f

Please sign in to comment.