mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-17 17:43:51 +08:00
ci: move clang-15 to ubuntu 22
it seems that clang15 std=20 does not go well with the default-installed libstdc++ on ubuntu 24
This commit is contained in:
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@@ -74,14 +74,9 @@ jobs:
|
|||||||
runs-on: Ubuntu-24.04
|
runs-on: Ubuntu-24.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
compiler: ['19', '18', '17', '16', '15']
|
compiler: ['19', '18', '17', '16']
|
||||||
standard: ['11', '14', '17', '20']
|
standard: ['11', '14', '17', '20']
|
||||||
precompile: ['ON', 'OFF']
|
precompile: ['ON', 'OFF']
|
||||||
exclude:
|
|
||||||
- {compiler: '14', standard: '20'} # to avoid using gcc-13 libstdc++
|
|
||||||
- {compiler: '13', standard: '20'} # with older clang
|
|
||||||
- {compiler: '12', standard: '20'}
|
|
||||||
- {compiler: '11', standard: '20'}
|
|
||||||
steps:
|
steps:
|
||||||
- name: Get number of CPU cores
|
- name: Get number of CPU cores
|
||||||
uses: SimenB/github-actions-cpu-cores@v2
|
uses: SimenB/github-actions-cpu-cores@v2
|
||||||
@@ -109,7 +104,7 @@ jobs:
|
|||||||
runs-on: Ubuntu-22.04
|
runs-on: Ubuntu-22.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
compiler: ['14', '13', '12', '11']
|
compiler: ['15', '14', '13', '12', '11']
|
||||||
standard: ['11', '14', '17', '20']
|
standard: ['11', '14', '17', '20']
|
||||||
precompile: ['ON', 'OFF']
|
precompile: ['ON', 'OFF']
|
||||||
exclude:
|
exclude:
|
||||||
|
Reference in New Issue
Block a user