Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oktonion committed Sep 15, 2024
1 parent 4fe3a69 commit ba7f7a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
chmod a+rwx ./build_tests.sh
chmod a+rwx ./run_tests.sh
- os: ubuntu-18.04
name: Ubuntu 18.04 g++3.4
- os: ubuntu-20.04
name: Ubuntu 20.04 g++3.4
COMPILER: gcc
LINKER: gcc
CPP_COMPILER: g++-3.4
Expand All @@ -76,8 +76,8 @@ jobs:
chmod a+rwx ./build_tests.sh
chmod a+rwx ./run_tests.sh
- os: ubuntu-18.04
name: Ubuntu 18.04 g++4.4
- os: ubuntu-20.04
name: Ubuntu 20.04 g++4.4
COMPILER: gcc
LINKER: gcc
CPP_COMPILER: g++-4.4
Expand Down

0 comments on commit ba7f7a3

Please sign in to comment.