File tree 2 files changed +3
-13
lines changed
2 files changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -52,23 +52,13 @@ jobs:
52
52
build-test-ubuntu :
53
53
# prevent stuck jobs consuming runners for 6 hours
54
54
timeout-minutes : 60
55
- runs-on : ubuntu-20 .04
55
+ runs-on : ubuntu-24 .04
56
56
needs : pre-flight-check
57
57
steps :
58
58
- name : Checkout
59
59
uses : actions/checkout@v4
60
60
- name : Install iceoryx dependencies and clang-tidy
61
61
uses : ./.github/actions/install-iceoryx-deps-and-clang
62
- - name : Setup GCC
63
- uses :
egor-tensin/[email protected]
64
- with :
65
- # gcc 8.3 is compiler used in QNX 7.1
66
- version : 8
67
- platform : x64
68
- - name : Setup cmake
69
-
70
- with :
71
- cmake-version : ' 3.16.3' # version used in Ubuntu 20.04 LTS
72
62
- run : ./tools/ci/build-test-ubuntu.sh
73
63
74
64
Original file line number Diff line number Diff line change 18
18
strategy :
19
19
fail-fast : false
20
20
matrix :
21
- os : [ubuntu-22 .04]
21
+ os : [ubuntu-24 .04]
22
22
steps :
23
23
- name : Install iceoryx dependencies
24
24
run : |
56
56
release :
57
57
name : Create Release
58
58
needs : build-ubuntu-release
59
- runs-on : ubuntu-22 .04
59
+ runs-on : ubuntu-24 .04
60
60
steps :
61
61
- name : Download release artifacts
62
62
uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments