From bc3640ac8611601b8845e5e031992d05477047cb Mon Sep 17 00:00:00 2001 From: Z4NR34L Date: Mon, 9 Jan 2023 10:04:42 +0100 Subject: [PATCH] Changed ubuntu 20.04 to latest --- .github/workflows/releases.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 9c3e55bc..e1806d4b 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -60,14 +60,14 @@ jobs: strategy: fail-fast: false matrix: - platform: [ macos-latest, ubuntu-20.04, windows-latest ] + platform: [ macos-latest, ubuntu-latest, windows-latest ] runs-on: ${{ matrix.platform }} steps: - name: Checkout repository uses: actions/checkout@v3 - name: Install dependencies (ubuntu only) - if: matrix.platform == 'ubuntu-20.04' + if: matrix.platform == 'ubuntu-latest' # You can remove libayatana-appindicator3-dev if you don't use the system tray feature. run: | sudo apt-get update