Skip to content

Commit a445b64

Browse files
authored
Update GCC version to 11 in Ubuntu workflow
1 parent b8c9191 commit a445b64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
# Ubuntu 22.04 with GCC-11 Standard builds
5656
- os: ubuntu-22.04
5757
python-version: "3.9"
58-
c_compiler: gcc-8
59-
cxx_compiler: g++-8
58+
c_compiler: gcc-11
59+
cxx_compiler: g++-11
6060
tier: standard
6161
arch: cpu
6262
artifact_name: radarsimpy_ubuntu_22_04_py3.9

0 commit comments

Comments
 (0)