CI: update ubuntu version

ubuntu-20.04 has been retired

Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
This commit is contained in:
Andrei Horodniceanu 2025-07-02 19:50:19 +03:00 committed by Jan Jurzitza
parent e48216e4a8
commit 264c5ef6a9
4 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
# use older ubuntu / linux version for glibc compatibility
os: [ubuntu-20.04, windows-latest, macos-latest]
os: [ubuntu-22.04, windows-latest, macos-latest]
dc:
- ldc-latest
- dmd-latest
@ -28,8 +28,8 @@ jobs:
build: debug
libdparse-version: min
# old compiler tests
- { 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 }
- { os: ubuntu-22.04, dc: dmd-2.095.1, libdparse-version: min, build: debug, arch: x86_64 }
- { os: ubuntu-22.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

@ -10,7 +10,7 @@ on:
jobs:
intro_comment:
name: Make intro comment
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: 'Prepare sticky comment'
# commit of v2.5.0

View File

@ -9,7 +9,7 @@ on:
jobs:
comment:
name: PR Info
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
if: >
github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.conclusion == 'success'

View File

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