chore: migrate GitHub Actions runners from ubuntu-20 to ubuntu-24 (#2743)
CI / test (push) Has been cancelled
CI / format (push) Has been cancelled
CI / packaging (push) Has been cancelled

https://github.blog/changelog/2025-01-15-github-actions-ubuntu-20-runner-image-brownout-dates-and-other-breaking-changes/#ubuntu-20-image-is-closing-down
This commit is contained in:
Shlomo
2025-10-06 01:17:51 +03:00
committed by GitHub
parent beaa3634bb
commit 86adfd67af
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ env:
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
outputs:
version: ${{ steps.get_version.outputs.version }}
+2 -2
View File
@@ -9,7 +9,7 @@ env:
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
outputs:
version: ${{ steps.get_version.outputs.version }}
@@ -44,7 +44,7 @@ jobs:
build_appimage:
needs: build
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
+5 -5
View File
@@ -10,7 +10,7 @@ env:
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
outputs:
version: ${{ steps.get_version.outputs.version }}
@@ -91,7 +91,7 @@ jobs:
build_tar_x86_64:
needs: build
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
@@ -170,7 +170,7 @@ jobs:
build_deb_x86_64:
needs: build
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
@@ -270,7 +270,7 @@ jobs:
build_appimage_x86_64:
needs: build
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
@@ -386,7 +386,7 @@ jobs:
- build_deb_arm_64
- build_appimage_x86_64
- build_windows_zip_x86_64
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
+1 -1
View File
@@ -8,7 +8,7 @@ env:
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
outputs:
version: ${{ steps.get_version.outputs.version }}
+1 -1
View File
@@ -8,7 +8,7 @@ env:
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
outputs:
version: ${{ steps.get_version.outputs.version }}