From 5b6fc74c2e5cd5ccabcae86431abf7ba28258f64 Mon Sep 17 00:00:00 2001 From: Mark Suckerberg Date: Sat, 1 Jul 2023 01:06:18 -0500 Subject: [PATCH] oh fuck you too --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af56831f..cf7e9424 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,14 +33,14 @@ jobs: run: | sudo apt update sudo apt install g++-multilib -y - if: matrix.os == 'ubuntu-latest' + if: matrix.os == 'ubuntu-20.04' - name: Setup Toolchains (Ubuntu) uses: actions-rs/toolchain@v1 with: toolchain: stable target: i686-unknown-linux-gnu - if: matrix.os == 'ubuntu-latest' + if: matrix.os == 'ubuntu-20.04' - name: Build auxmos (Windows) uses: actions-rs/cargo@v1 @@ -56,7 +56,7 @@ jobs: toolchain: stable command: build args: --target i686-unknown-linux-gnu --release --features "all_reaction_hooks katmos" - if: matrix.os == 'ubuntu-latest' + if: matrix.os == 'ubuntu-20.04' - name: Upload binary to release uses: svenstaro/upload-release-action@v1-release