Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test ubuntu versions 22, 24, latest
Browse files Browse the repository at this point in the history
TokisanGames committed Dec 27, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 2a959c9 commit f2cffca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -23,13 +23,13 @@ jobs:
- identifier: linux
platform: linux
name: 🐧 Linux
runner: ubuntu-20.04
runner: ubuntu-latest
arch: x86_64

- identifier: windows
platform: windows
name: 🪟 Windows
runner: ubuntu-20.04
runner: ubuntu-22.04
arch: x86_64

- identifier: macos
@@ -47,7 +47,7 @@ jobs:
- identifier: android-arm64
platform: android
name: 🤖 Android Arm64
runner: ubuntu-20.04
runner: ubuntu-24.04
arch: arm64

- identifier: android-arm32

0 comments on commit f2cffca

Please sign in to comment.