From 7589e5399c5765fd875ff90928f2bbab8ef59e99 Mon Sep 17 00:00:00 2001 From: Kenneth Shaw Date: Thu, 24 Oct 2024 05:47:23 +0700 Subject: [PATCH] Change from ubuntu-latest to ubuntu-24.04 on virustotal workflow step --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b1874edbb6..a09920de74 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ env: jobs: build_for_linux: name: Build for Linux - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 strategy: fail-fast: false matrix: @@ -152,7 +152,7 @@ jobs: - build_for_macos - build_for_macos_universal - build_for_windows - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Download artifacts uses: actions/download-artifact@v4