ci: Ubuntu machines upgraded to 24.04

This commit is contained in:
Mateusz Pusz
2024-05-16 13:04:44 +02:00
parent f4e44651a9
commit baf77c2581
3 changed files with 12 additions and 12 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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,