Skip to content

Commit e3416cc

Browse files
committed
fix: add minimal version of gcc in ubuntu
1 parent e0ce1cb commit e3416cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/self-hosted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
steps:
6363
- name: Run unit-tests
6464
working-directory: ${{ env.build_dir }}
65-
run:
65+
run: |
6666
chmod +x scripts/run_tests_fallback.sh
6767
if ./scripts/run_tests_fallback.sh | tee /dev/tty | grep -qE "FAILED|ERROR"; then
6868
exit 1

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
matrix:
1919
include:
2020
- os: ubuntu-22.04
21-
cuda: "11.7"
22-
gcc: 8
21+
cuda: "11.6"
22+
gcc: 11
2323
env:
2424
build_dir: "build"
2525
config: "Release"

0 commit comments

Comments
 (0)