Skip to content

Commit 666e9d6

Browse files
author
Goran Jelic-Cizmek
committed
Update CI to Ubuntu 24.04
1 parent 065f858 commit 666e9d6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/check_cmake_format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [pull_request, push]
44
jobs:
55
build:
66
name: check-cmake-format
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-24.04
88
# Run on external PRs, but not internal PRs as they'll be run by the push
99
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
1010

.github/workflows/check_code_formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [pull_request, push]
44
jobs:
55
build:
66
name: check-code-formatting
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-24.04
88
# Run on external PRs, but not internal PRs as they'll be run by the push
99
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
1010

.github/workflows/check_python_flake8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [pull_request, push]
44
jobs:
55
build:
66
name: check-python-flake8
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-24.04
88
# Run on external PRs, but not internal PRs as they'll be run by the push
99
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
1010

.github/workflows/check_python_format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [pull_request, push]
44
jobs:
55
build:
66
name: check-python-format
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-24.04
88
# Run on external PRs, but not internal PRs as they'll be run by the push
99
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
1010

.github/workflows/check_python_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [pull_request, push]
44
jobs:
55
build:
66
name: check-python-test
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-24.04
88
# Run on external PRs, but not internal PRs as they'll be run by the push
99
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
1010

0 commit comments

Comments
 (0)