Skip to content

Commit 49003c2

Browse files
committed
Fix invalid runner labels: linux-latest -> ubuntu-22.04/latest
1 parent bb1448d commit 49003c2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
qt_arch: "win64_msvc2019_64"
1919
filename: "PacketForge-Windows.zip"
2020

21-
- os: linux-latest
21+
- os: ubuntu-22.04
2222
qt_ver: "6.6.0"
2323
qt_arch: "gcc_64"
2424
filename: "PacketForge-Linux.AppImage"
@@ -146,7 +146,7 @@ jobs:
146146
release:
147147
name: Create GitHub Release
148148
needs: build
149-
runs-on: linux-latest
149+
runs-on: ubuntu-latest
150150
if: startsWith(github.ref, 'refs/tags/')
151151
permissions:
152152
contents: write

Files/Images/app_icon.png

-209 KB
Loading

0 commit comments

Comments
 (0)