Skip to content

Commit

Permalink
CI: use default version of gcc+ASAN on Ubuntu VM
Browse files Browse the repository at this point in the history
The previously specified combo version may not be in the best shape.

Signed-off-by: Claudio André <dev@claudioandre.slmail.me>
  • Loading branch information
claudioandre-br authored and solardiz committed Mar 20, 2024
1 parent e8c7dc8 commit 2038802
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
asan:
runs-on: ubuntu-latest
env:
CC: gcc-13
CC: gcc
TARGET: x86_64
steps:
- uses: actions/checkout@v3
Expand All @@ -27,7 +27,7 @@ jobs:
asan-disable-all:
runs-on: ubuntu-latest
env:
CC: gcc-13
CC: gcc
TARGET: x86_64
steps:
- uses: actions/checkout@v3
Expand All @@ -39,7 +39,7 @@ jobs:
asan-disable-openmp:
runs-on: ubuntu-latest
env:
CC: gcc-13
CC: gcc
TARGET: x86_64
steps:
- uses: actions/checkout@v3
Expand All @@ -51,7 +51,7 @@ jobs:
asan-without-openssl:
runs-on: ubuntu-latest
env:
CC: gcc-13
CC: gcc
TARGET: x86_64
steps:
- uses: actions/checkout@v3
Expand All @@ -63,7 +63,7 @@ jobs:
asan-disable-simd:
runs-on: ubuntu-latest
env:
CC: gcc-13
CC: gcc
TARGET: x86_64
steps:
- uses: actions/checkout@v3
Expand All @@ -75,7 +75,7 @@ jobs:
asan-sse2:
runs-on: ubuntu-latest
env:
CC: gcc-13
CC: gcc
TARGET: x86_64
steps:
- uses: actions/checkout@v3
Expand All @@ -87,7 +87,7 @@ jobs:
asan-avx:
runs-on: ubuntu-latest
env:
CC: gcc-13
CC: gcc
TARGET: x86_64
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2038802

Please sign in to comment.