Skip to content

Commit

Permalink
Bump CI GCC 11->12
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Jan 9, 2025
1 parent f5774f0 commit 3ed3c3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: [
ubuntu-20.04-gcc-9,
ubuntu-20.04-clang-9,
ubuntu-22.04-gcc-11,
ubuntu-22.04-gcc-12,
ubuntu-22.04-clang-14,
]

Expand All @@ -44,7 +44,7 @@ jobs:
compiler: clang
version: "9"

- name: ubuntu-22.04-gcc-11
- name: ubuntu-22.04-gcc-12
os: ubuntu-22.04
compiler: gcc
version: "11"
Expand Down

0 comments on commit 3ed3c3b

Please sign in to comment.