Skip to content

Commit

Permalink
refs #??? Сборка более новыми ГЦЦ
Browse files Browse the repository at this point in the history
  • Loading branch information
izvolov committed Aug 20, 2022
1 parent ea38c4a commit 959ebca
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,19 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04]
os: [ubuntu-22.04]
compiler:
- name: "g++-7"
package: "g++-7"
- name: "g++-8"
package: "g++-8"
- name: "g++-9"
package: "g++-9"
- name: "clang++-8"
package: "clang-8"
- name: "clang++-9"
package: "clang-9"
- name: "clang++-10"
package: "clang-10"
- name: "g++-10"
package: "g++-10"
- name: "g++-11"
package: "g++-11"
- name: "g++-12"
package: "g++-12"
- name: "clang++-13"
package: "clang-13"
- name: "clang++-14"
package: "clang-14"
build_type: ["Debug", "Release"]
boost_version: ["1.67", "1.71"]

runs-on: ${{matrix.os}}
steps:
Expand Down

0 comments on commit 959ebca

Please sign in to comment.