Skip to content

Commit

Permalink
Merge branch 'master' into process_mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
kittobi1992 committed Jul 20, 2023
2 parents 4a56f2d + bd806b0 commit 750bd28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Ubuntu Build
strategy:
matrix:
compiler: [ { os: ubuntu-20.04, cpp: g++-11, cc: gcc-11, install_cmd: g++-11 gcc-11 },
compiler: [ { os: ubuntu-22.04, cpp: g++-11, cc: gcc-11, install_cmd: g++-11 gcc-11 },
{ os: ubuntu-22.04, cpp: clang++, cc: clang, install_cmd: clang } ]

runs-on: ${{ matrix.compiler.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
compiler: [ { os: ubuntu-20.04, cpp: g++-9, cc: gcc-9, install_cmd: g++-9 gcc-9 },
{ os: ubuntu-20.04, cpp: g++-10, cc: gcc-10, install_cmd: g++-10 gcc-10 },
{ os: ubuntu-20.04, cpp: g++-11, cc: gcc-11, install_cmd: g++-11 gcc-11 },
{ os: ubuntu-22.04, cpp: g++-11, cc: gcc-11, install_cmd: g++-11 gcc-11 },
{ os: ubuntu-22.04, cpp: g++-12, cc: gcc-12, install_cmd: g++-12 gcc-12 },
{ os: ubuntu-22.04, cpp: clang++, cc: clang, install_cmd: clang } ]

Expand Down

0 comments on commit 750bd28

Please sign in to comment.