Skip to content

Commit

Permalink
CI: Add ubuntu-24.04 to release testing
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Aug 28, 2024
1 parent e67f401 commit 05f996c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ jobs:
os:
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04
- windows-2019
- windows-2022
- macos-12
Expand All @@ -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
Expand Down

0 comments on commit 05f996c

Please sign in to comment.