mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-03 12:24:26 +02:00
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",
|
||||
os: ubuntu-22.04,
|
||||
os: ubuntu-24.04,
|
||||
compiler:
|
||||
{
|
||||
type: GCC,
|
||||
@@ -71,7 +71,7 @@ jobs:
|
||||
}
|
||||
- {
|
||||
name: "GCC-13",
|
||||
os: ubuntu-22.04,
|
||||
os: ubuntu-24.04,
|
||||
compiler:
|
||||
{
|
||||
type: GCC,
|
||||
@@ -85,7 +85,7 @@ jobs:
|
||||
}
|
||||
- {
|
||||
name: "Clang-16",
|
||||
os: ubuntu-22.04,
|
||||
os: ubuntu-24.04,
|
||||
compiler:
|
||||
{
|
||||
type: CLANG,
|
||||
@@ -100,7 +100,7 @@ jobs:
|
||||
}
|
||||
- {
|
||||
name: "Clang-17",
|
||||
os: ubuntu-22.04,
|
||||
os: ubuntu-24.04,
|
||||
compiler:
|
||||
{
|
||||
type: CLANG,
|
||||
@@ -115,7 +115,7 @@ jobs:
|
||||
}
|
||||
- {
|
||||
name: "Clang-18",
|
||||
os: ubuntu-22.04,
|
||||
os: ubuntu-24.04,
|
||||
compiler:
|
||||
{
|
||||
type: CLANG,
|
||||
@@ -254,7 +254,7 @@ jobs:
|
||||
if: github.ref == 'refs/heads/master' || (github.ref_type == 'tag' && startsWith(github.ref_name, 'v'))
|
||||
needs: build
|
||||
name: Promote Conan package
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- 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:
|
||||
check:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- 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",
|
||||
os: ubuntu-22.04,
|
||||
os: ubuntu-24.04,
|
||||
compiler:
|
||||
{
|
||||
type: GCC,
|
||||
@@ -69,7 +69,7 @@ jobs:
|
||||
}
|
||||
- {
|
||||
name: "GCC-13",
|
||||
os: ubuntu-22.04,
|
||||
os: ubuntu-24.04,
|
||||
compiler:
|
||||
{
|
||||
type: GCC,
|
||||
@@ -82,7 +82,7 @@ jobs:
|
||||
}
|
||||
- {
|
||||
name: "Clang-16",
|
||||
os: ubuntu-22.04,
|
||||
os: ubuntu-24.04,
|
||||
compiler:
|
||||
{
|
||||
type: CLANG,
|
||||
@@ -96,7 +96,7 @@ jobs:
|
||||
}
|
||||
- {
|
||||
name: "Clang-17",
|
||||
os: ubuntu-22.04,
|
||||
os: ubuntu-24.04,
|
||||
compiler:
|
||||
{
|
||||
type: CLANG,
|
||||
@@ -110,7 +110,7 @@ jobs:
|
||||
}
|
||||
- {
|
||||
name: "Clang-18",
|
||||
os: ubuntu-22.04,
|
||||
os: ubuntu-24.04,
|
||||
compiler:
|
||||
{
|
||||
type: CLANG,
|
||||
|
Reference in New Issue
Block a user