Skip to content

Commit 63ebe1f

Browse files
Update upload-addon step to ubuntu-22.04
Updated the 'upload-addon' step in the GitHub Actions workflow to run on ubuntu-22.04 instead of the deprecated ubuntu-20.04.
1 parent 754f9fb commit 63ebe1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_all.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
path: addons/Wwise/native/lib
204204

205205
upload-addon:
206-
runs-on: "ubuntu-20.04"
206+
runs-on: "ubuntu-22.04"
207207
needs: [build-all]
208208
name: Addon
209209
steps:

0 commit comments

Comments
 (0)