Add older Ubuntu OS version

This commit is contained in:
Serge Lamikhov-Center 2023-12-13 18:03:06 +02:00 committed by GitHub
parent 418e97d258
commit da52b08f17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, ubuntu-20.04, windows-latest]
build_type: [Release, Debug]
c_compiler: [gcc, clang, cl]
include:
@ -42,7 +42,7 @@ jobs:
id: strings
shell: bash
run: |
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
echo "build-output-dir=${{ github.workspace }}/build/${{ matrix.build_type }}/${{ matrix.c_compiler }}" >> "$GITHUB_OUTPUT"
- name: Configure CMake
run: >