mirror of
https://github.com/str4d/rage.git
synced 2025-04-04 03:17:42 +03:00
CI: Add ubuntu-24.04
to release testing
This commit is contained in:
parent
e67f4016dc
commit
05f996c919
1 changed files with 6 additions and 0 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -141,6 +141,7 @@ jobs:
|
|||
os:
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
- ubuntu-24.04
|
||||
- windows-2019
|
||||
- windows-2022
|
||||
- macos-12
|
||||
|
@ -158,6 +159,11 @@ jobs:
|
|||
archive_name: rage.tar.gz
|
||||
asset_suffix: x86_64-linux.tar.gz
|
||||
|
||||
- os: ubuntu-24.04
|
||||
name: linux
|
||||
archive_name: rage.tar.gz
|
||||
asset_suffix: x86_64-linux.tar.gz
|
||||
|
||||
- os: windows-2019
|
||||
name: windows
|
||||
archive_name: rage.zip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue