We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6bd9bc commit 09300cdCopy full SHA for 09300cd
1 file changed
.github/workflows/release.yml
@@ -18,9 +18,9 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- platform: [ubuntu-latest, macos-latest, windows-latest]
+ platform: [ubuntu-22.04, macos-latest, windows-latest]
22
include:
23
- - platform: ubuntu-latest
+ - platform: ubuntu-22.04
24
artifact-path: ./target/release/sdl
25
artifact-platform-name: linux-x64
26
env-command: ">> $GITHUB_ENV"
0 commit comments