Bump Ubuntu version in Python CI
parent
22910109d3
commit
c9e8d6d2d4
|
@ -22,7 +22,7 @@ jobs:
|
|||
id: filter
|
||||
uses: dorny/paths-filter@v3
|
||||
with:
|
||||
predicate-quantifier: 'every' # If any changed file matches every filter, proceed with build
|
||||
predicate-quantifier: "every" # If any changed file matches every filter, proceed with build
|
||||
filters: |
|
||||
relevant_changes:
|
||||
- '!**.md'
|
||||
|
@ -52,8 +52,8 @@ jobs:
|
|||
# See https://help.github.com/en/articles/workflow-syntax-for-github-actions.
|
||||
name:
|
||||
[
|
||||
ubuntu-20.04-gcc-9,
|
||||
ubuntu-20.04-clang-9,
|
||||
ubuntu-22.04-gcc-9,
|
||||
ubuntu-22.04-clang-11,
|
||||
macos-13-xcode-14.2,
|
||||
macos-14-xcode-15.4,
|
||||
windows-2022-msbuild,
|
||||
|
@ -62,15 +62,15 @@ jobs:
|
|||
build_type: [Release]
|
||||
python_version: [3]
|
||||
include:
|
||||
- name: ubuntu-20.04-gcc-9
|
||||
- name: ubuntu-22.04-gcc-9
|
||||
os: ubuntu-20.04
|
||||
compiler: gcc
|
||||
version: "9"
|
||||
|
||||
- name: ubuntu-20.04-clang-9
|
||||
- name: ubuntu-22.04-clang-11
|
||||
os: ubuntu-20.04
|
||||
compiler: clang
|
||||
version: "9"
|
||||
version: "11"
|
||||
|
||||
- name: macos-13-xcode-14.2
|
||||
os: macos-13
|
||||
|
|
|
@ -16,8 +16,8 @@ matrices.
|
|||
The current support matrix is:
|
||||
|
||||
| Platform | Compiler | Build Status |
|
||||
| :----------: | :-------: | :------------------------------------------------------------------------------: |
|
||||
| Ubuntu 22.04 | gcc/clang |  |
|
||||
| :----------------: | :-------: | :------------------------------------------------------------------------------: |
|
||||
| Ubuntu 22.04/24.04 | gcc/clang |  |
|
||||
| macOS | clang |  |
|
||||
| Windows | MSVC |  |
|
||||
|
||||
|
|
Loading…
Reference in New Issue