Skip to content

Commit

Permalink
Upgrade ubuntu worker to 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Paranoiaque committed Sep 29, 2022
1 parent 3ea9e9b commit b8bbcb9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cordova-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
prepare:
name: "Build the EW project"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
#X64 Arch
package-x64:
name: "Build x64 packages"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: prepare

steps:
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
#X86 Arch
package-x86:
name: "Build x86 packages"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: prepare

steps:
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
#arm64 Arch
package-arm64:
name: "Build arm64 packages"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: prepare

steps:
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
#armhf Arch
package-armv7l:
name: "Build armv7l packages"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: prepare

steps:
Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
#Android
package-android:
name: "Build android package"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: prepare

steps:
Expand Down

0 comments on commit b8bbcb9

Please sign in to comment.