Skip to content

Commit 975e1ab

Browse files
Auto submodule update: cmake - Update protobuf to v25.1 (#183) (#1476)
Automated PR by Jenkins. If CI has passed successfully, merge away! **cmake** 8920f2a3 -> 361035b6 - 361035b6 : Update protobuf to v25.1 (swift-nav/cmake#183) - 5bf22f7d : Update CMake minimum required version to 3.13 (swift-nav/cmake#182) This pull request was created by https://jenkins.ci.swift-nav.com/job/CI%20Infra/job/submodule-update/20021/. --------- Co-authored-by: Rodrigo Reichert <[email protected]>
1 parent 6fce604 commit 975e1ab

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/c.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
114114
big-endian:
115115
name: Test Big Endian
116-
runs-on: ubuntu-20.04
116+
runs-on: ubuntu-24.04
117117
steps:
118118
- uses: actions/checkout@v4
119119
with:
@@ -135,7 +135,7 @@ jobs:
135135

136136
bazel:
137137
name: Bazel
138-
runs-on: ubuntu-20.04
138+
runs-on: ubuntu-24.04
139139
steps:
140140
- uses: actions/checkout@v4
141141
with:
@@ -155,7 +155,7 @@ jobs:
155155
156156
asan:
157157
name: ASAN
158-
runs-on: ubuntu-20.04
158+
runs-on: ubuntu-24.04
159159
steps:
160160
- uses: actions/checkout@v4
161161
with:
@@ -175,7 +175,7 @@ jobs:
175175
176176
ubsan:
177177
name: UBSAN
178-
runs-on: ubuntu-20.04
178+
runs-on: ubuntu-24.04
179179
steps:
180180
- uses: actions/checkout@v4
181181
with:

0 commit comments

Comments
 (0)