downgrade ubuntu version for ABI compatibility

Build on Ubuntu 20.04 instead of 22.04 for more linux compatibility with
pre-built binaries.
This commit is contained in:
WebFreak001 2023-01-30 14:39:41 +01:00 committed by Jan Jurzitza
parent 4946d49abd
commit c2051b0a62
2 changed files with 6 additions and 4 deletions

View File

@ -11,7 +11,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
# use older ubuntu / linux version for glibc compatibility
os: [ubuntu-20.04, windows-latest, macos-latest]
dc:
- ldc-latest
- dmd-latest
@ -27,8 +28,8 @@ jobs:
build: debug
libdparse-version: min
# old compiler tests
- { os: ubuntu-latest, dc: dmd-2.095.1, libdparse-version: min, build: debug, arch: x86_64 }
- { os: ubuntu-latest, dc: ldc-1.25.0, libdparse-version: min, build: debug, arch: x86_64 }
- { os: ubuntu-20.04, dc: dmd-2.095.1, libdparse-version: min, build: debug, arch: x86_64 }
- { os: ubuntu-20.04, dc: ldc-1.25.0, libdparse-version: min, build: debug, arch: x86_64 }
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3

View File

@ -8,7 +8,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
# use older ubuntu / linux version for glibc compatibility
os: [ubuntu-20.04, windows-latest, macos-latest]
dc:
- ldc-latest
arch: