Skip to content

Commit

Permalink
Update release workflow to use 'ubuntu-latest' instead of 'linux-late…
Browse files Browse the repository at this point in the history
…st' for build variants
  • Loading branch information
royshil committed Nov 5, 2024
1 parent f7df8f1 commit 536a6ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ jobs:
commit_hash="${GITHUB_SHA:0:9}"
variants=(
'linux-latest-Release'
'ubuntu-latest-Release'
'macos-latest-Release'
'windows-latest-Release'
'linux-latest-Debug'
'ubuntu-latest-Debug'
'macos-latest-Debug'
'windows-latest-Debug'
)
Expand Down

0 comments on commit 536a6ab

Please sign in to comment.