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 fail-fast: false
matrix: matrix:
# use older ubuntu / linux version for glibc compatibility # 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: dc:
- ldc-latest - ldc-latest
- dmd-latest - dmd-latest
@ -28,8 +28,8 @@ jobs:
build: debug build: debug
libdparse-version: min libdparse-version: min
# old compiler tests # old compiler tests
- { os: ubuntu-20.04, dc: dmd-2.095.1, 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-20.04, dc: ldc-1.25.0, 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 }} runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3

View File

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

View File

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

View File

@ -9,7 +9,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
# use older ubuntu / linux version for glibc compatibility # 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: dc:
- ldc-latest - ldc-latest
arch: arch: