Skip to content

Commit

Permalink
CI: Downgrade all module_integration ubuntu images to avoid sanitizer…
Browse files Browse the repository at this point in the history
… issue
  • Loading branch information
hellkite500 committed Mar 18, 2024
1 parent a0cacb4 commit ba08853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/module_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# The type of runner that the job will run on
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-20.04, macos-latest]
fail-fast: false
runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
# The type of runner that the job will run on
strategy:
matrix:
os: [ubuntu-latest] # [ubuntu-latest, macos-latest] #TODO: Fix #505
os: [ubuntu-20.04] # [ubuntu-latest, macos-latest] #TODO: Fix #505
fail-fast: false
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit ba08853

Please sign in to comment.