forked from mpusz/mp-units
ci: Ubuntu machines upgraded to 24.04
This commit is contained in:
12
.github/workflows/ci-conan.yml
vendored
12
.github/workflows/ci-conan.yml
vendored
@@ -57,7 +57,7 @@ jobs:
|
|||||||
# }
|
# }
|
||||||
- {
|
- {
|
||||||
name: "GCC-12",
|
name: "GCC-12",
|
||||||
os: ubuntu-22.04,
|
os: ubuntu-24.04,
|
||||||
compiler:
|
compiler:
|
||||||
{
|
{
|
||||||
type: GCC,
|
type: GCC,
|
||||||
@@ -71,7 +71,7 @@ jobs:
|
|||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
name: "GCC-13",
|
name: "GCC-13",
|
||||||
os: ubuntu-22.04,
|
os: ubuntu-24.04,
|
||||||
compiler:
|
compiler:
|
||||||
{
|
{
|
||||||
type: GCC,
|
type: GCC,
|
||||||
@@ -85,7 +85,7 @@ jobs:
|
|||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
name: "Clang-16",
|
name: "Clang-16",
|
||||||
os: ubuntu-22.04,
|
os: ubuntu-24.04,
|
||||||
compiler:
|
compiler:
|
||||||
{
|
{
|
||||||
type: CLANG,
|
type: CLANG,
|
||||||
@@ -100,7 +100,7 @@ jobs:
|
|||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
name: "Clang-17",
|
name: "Clang-17",
|
||||||
os: ubuntu-22.04,
|
os: ubuntu-24.04,
|
||||||
compiler:
|
compiler:
|
||||||
{
|
{
|
||||||
type: CLANG,
|
type: CLANG,
|
||||||
@@ -115,7 +115,7 @@ jobs:
|
|||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
name: "Clang-18",
|
name: "Clang-18",
|
||||||
os: ubuntu-22.04,
|
os: ubuntu-24.04,
|
||||||
compiler:
|
compiler:
|
||||||
{
|
{
|
||||||
type: CLANG,
|
type: CLANG,
|
||||||
@@ -254,7 +254,7 @@ jobs:
|
|||||||
if: github.ref == 'refs/heads/master' || (github.ref_type == 'tag' && startsWith(github.ref_name, 'v'))
|
if: github.ref == 'refs/heads/master' || (github.ref_type == 'tag' && startsWith(github.ref_name, 'v'))
|
||||||
needs: build
|
needs: build
|
||||||
name: Promote Conan package
|
name: Promote Conan package
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
|
2
.github/workflows/ci-formatting.yml
vendored
2
.github/workflows/ci-formatting.yml
vendored
@@ -26,7 +26,7 @@ on: [push, pull_request]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python 3.8
|
- name: Set up Python 3.8
|
||||||
|
10
.github/workflows/ci-test-package-cmake.yml
vendored
10
.github/workflows/ci-test-package-cmake.yml
vendored
@@ -56,7 +56,7 @@ jobs:
|
|||||||
# }
|
# }
|
||||||
- {
|
- {
|
||||||
name: "GCC-12",
|
name: "GCC-12",
|
||||||
os: ubuntu-22.04,
|
os: ubuntu-24.04,
|
||||||
compiler:
|
compiler:
|
||||||
{
|
{
|
||||||
type: GCC,
|
type: GCC,
|
||||||
@@ -69,7 +69,7 @@ jobs:
|
|||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
name: "GCC-13",
|
name: "GCC-13",
|
||||||
os: ubuntu-22.04,
|
os: ubuntu-24.04,
|
||||||
compiler:
|
compiler:
|
||||||
{
|
{
|
||||||
type: GCC,
|
type: GCC,
|
||||||
@@ -82,7 +82,7 @@ jobs:
|
|||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
name: "Clang-16",
|
name: "Clang-16",
|
||||||
os: ubuntu-22.04,
|
os: ubuntu-24.04,
|
||||||
compiler:
|
compiler:
|
||||||
{
|
{
|
||||||
type: CLANG,
|
type: CLANG,
|
||||||
@@ -96,7 +96,7 @@ jobs:
|
|||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
name: "Clang-17",
|
name: "Clang-17",
|
||||||
os: ubuntu-22.04,
|
os: ubuntu-24.04,
|
||||||
compiler:
|
compiler:
|
||||||
{
|
{
|
||||||
type: CLANG,
|
type: CLANG,
|
||||||
@@ -110,7 +110,7 @@ jobs:
|
|||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
name: "Clang-18",
|
name: "Clang-18",
|
||||||
os: ubuntu-22.04,
|
os: ubuntu-24.04,
|
||||||
compiler:
|
compiler:
|
||||||
{
|
{
|
||||||
type: CLANG,
|
type: CLANG,
|
||||||
|
Reference in New Issue
Block a user