mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-04 21:04:57 +00:00
Get CI off of about-to-be-removed Ubuntu 20.04
This commit is contained in:
parent
571b1bb05e
commit
f6e6bb1578
5 changed files with 6 additions and 6 deletions
4
.github/workflows/autotools-cmake.yml
vendored
4
.github/workflows/autotools-cmake.yml
vendored
|
@ -50,10 +50,10 @@ jobs:
|
|||
- os: macos-14
|
||||
configure_args:
|
||||
cmake_args:
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.04
|
||||
configure_args:
|
||||
cmake_args:
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.04
|
||||
configure_args: --host=i686-w64-mingw32
|
||||
cmake_args: -DCMAKE_TOOLCHAIN_FILE=cmake/mingw-toolchain.cmake
|
||||
defaults:
|
||||
|
|
2
.github/workflows/cmake-required-version.yml
vendored
2
.github/workflows/cmake-required-version.yml
vendored
|
@ -44,7 +44,7 @@ permissions:
|
|||
jobs:
|
||||
checks:
|
||||
name: Ensure realistic minimum CMake version requirement
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
|
||||
|
|
2
.github/workflows/expat_config_h.yml
vendored
2
.github/workflows/expat_config_h.yml
vendored
|
@ -43,7 +43,7 @@ permissions:
|
|||
jobs:
|
||||
checks:
|
||||
name: Check expat_config.h.{in,cmake} for regressions
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
- name: Check expat_config.h.{in,cmake} for regressions
|
||||
|
|
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
@ -82,7 +82,7 @@ jobs:
|
|||
FLAT_ENV: CC=i686-w64-mingw32-gcc CXX=i686-w64-mingw32-g++ LD=i686-w64-mingw32-ld QA_PROCESSOR=gcov CMAKE_ARGS="-DCMAKE_SYSTEM_NAME=Windows -DWIN32=ON -DMINGW=ON -DEXPAT_ATTR_INFO=ON"
|
||||
- MODE: qa-sh
|
||||
FLAT_ENV: CC=i686-w64-mingw32-gcc CXX=i686-w64-mingw32-g++ LD=i686-w64-mingw32-ld QA_PROCESSOR=gcov CMAKE_ARGS="-DCMAKE_SYSTEM_NAME=Windows -DWIN32=ON -DMINGW=ON -DEXPAT_ATTR_INFO=ON -DEXPAT_CHAR_TYPE=wchar_t"
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
env:
|
||||
CFLAGS: -g3 -pipe
|
||||
steps:
|
||||
|
|
2
.github/workflows/valid-xml.yml
vendored
2
.github/workflows/valid-xml.yml
vendored
|
@ -43,7 +43,7 @@ permissions:
|
|||
jobs:
|
||||
checks:
|
||||
name: Ensure well-formed and valid XML
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue