From ba08853c034f3324a2ae5ab5eea593f5d96abe66 Mon Sep 17 00:00:00 2001 From: hellkite500 Date: Mon, 18 Mar 2024 14:40:21 -0600 Subject: [PATCH] CI: Downgrade all module_integration ubuntu images to avoid sanitizer issue --- .github/workflows/module_integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/module_integration.yml b/.github/workflows/module_integration.yml index 8142a45e08..0ac2c18bf6 100644 --- a/.github/workflows/module_integration.yml +++ b/.github/workflows/module_integration.yml @@ -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 }} @@ -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 }}