Only most recent compilers
parent
fa676d285c
commit
d6cd6a1cf5
|
@ -29,15 +29,15 @@ jobs:
|
||||||
build_type: [Debug, Release]
|
build_type: [Debug, Release]
|
||||||
build_unstable: [ON]
|
build_unstable: [ON]
|
||||||
include:
|
include:
|
||||||
- name: ubuntu-20.04-gcc-9
|
# - name: ubuntu-20.04-gcc-9
|
||||||
os: ubuntu-20.04
|
# os: ubuntu-20.04
|
||||||
compiler: gcc
|
# compiler: gcc
|
||||||
version: "9"
|
# version: "9"
|
||||||
|
|
||||||
- name: ubuntu-20.04-clang-9
|
# - name: ubuntu-20.04-clang-9
|
||||||
os: ubuntu-20.04
|
# os: ubuntu-20.04
|
||||||
compiler: clang
|
# compiler: clang
|
||||||
version: "9"
|
# version: "9"
|
||||||
|
|
||||||
- name: ubuntu-22.04-gcc-11
|
- name: ubuntu-22.04-gcc-11
|
||||||
os: ubuntu-22.04
|
os: ubuntu-22.04
|
||||||
|
@ -50,9 +50,6 @@ jobs:
|
||||||
version: "14"
|
version: "14"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Maximize build disk space
|
|
||||||
uses: easimon/maximize-build-space@v6
|
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue