Skip to content

Commit 8369d7c

Browse files
committed
ci: increase linux runners g++ versions
1 parent 350745b commit 8369d7c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158

159159
runs-on: ubuntu-22.04
160160
env:
161-
CXX: g++-9
161+
CXX: g++-10
162162
strategy:
163163
matrix:
164164
python-version: [ 3.8, 3.9, "3.10", "3.11", "3.12", "3.13", "3.14" ]

.github/workflows/EmbeddedBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999

100100
runs-on: ubuntu-22.04
101101
env:
102-
CXX: g++-9
102+
CXX: g++-10
103103
if: ${{! contains(github.event.head_commit.message, '[individual]') || contains(github.event.head_commit.message, '[linux]')}}
104104

105105
steps:

0 commit comments

Comments
 (0)