We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8c9191 commit a445b64Copy full SHA for a445b64
.github/workflows/release_ubuntu.yml
@@ -55,8 +55,8 @@ jobs:
55
# Ubuntu 22.04 with GCC-11 Standard builds
56
- os: ubuntu-22.04
57
python-version: "3.9"
58
- c_compiler: gcc-8
59
- cxx_compiler: g++-8
+ c_compiler: gcc-11
+ cxx_compiler: g++-11
60
tier: standard
61
arch: cpu
62
artifact_name: radarsimpy_ubuntu_22_04_py3.9
0 commit comments