From 7fbc9141f5b0929f5c46b5da9552253838034b87 Mon Sep 17 00:00:00 2001 From: Mark Sujew Date: Fri, 18 Aug 2023 12:39:07 +0200 Subject: [PATCH] Downgrade Ubuntu version in native packager CI --- .github/workflows/native-dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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