From ff514ddb177ed8a8a2122896cfa2f1551983c571 Mon Sep 17 00:00:00 2001 From: Pavel Koneski Date: Wed, 8 Jan 2025 18:45:51 -0800 Subject: [PATCH 1/2] Downgrade Ubuntu to 22.04.5 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6c731c1b0..b58788c84 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,11 +10,11 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-latest, ubuntu-latest, macos-latest-large] + os: [windows-latest, ubuntu-22.04.5, macos-latest-large] steps: - name: Install tools - if: matrix.os == 'ubuntu-latest' + if: matrix.os == 'ubuntu-22.04.5' run: sudo apt-get -yq install mono-vbnc dos2unix - uses: actions/checkout@v4 with: From d61a5b0466b774ecaeef99aaaab0c9ee98e7cfa4 Mon Sep 17 00:00:00 2001 From: Pavel Koneski Date: Wed, 8 Jan 2025 18:55:56 -0800 Subject: [PATCH 2/2] Downgrade Ubuntu to 22.04 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b58788c84..e4fb56959 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,11 +10,11 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-latest, ubuntu-22.04.5, macos-latest-large] + os: [windows-latest, ubuntu-22.04, macos-latest-large] steps: - name: Install tools - if: matrix.os == 'ubuntu-22.04.5' + if: matrix.os == 'ubuntu-22.04' run: sudo apt-get -yq install mono-vbnc dos2unix - uses: actions/checkout@v4 with: