diff --git a/.github/workflows/native-dependencies.yml b/.github/workflows/native-dependencies.yml index 77fa5e3a2bacc..8c04cbb4b30a6 100644 --- a/.github/workflows/native-dependencies.yml +++ b/.github/workflows/native-dependencies.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: ['ubuntu-latest', 'windows-latest', 'macos-latest'] + os: ['ubuntu-20.04', 'windows-latest', 'macos-latest'] steps: - name: Checkout uses: actions/checkout@v3