Skip to content

Commit

Permalink
Change from ubuntu-latest to ubuntu-24.04 on virustotal workflow step
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshaw committed Oct 23, 2024
1 parent 71be992 commit 7589e53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7589e53

Please sign in to comment.