fix: Upgrade github action runner to 22.04 from deprecated 20.04

This commit is contained in:
voidderef
2025-06-09 21:23:39 +02:00
parent b7570f0deb
commit d533325692
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ on:
- master
jobs:
build:
runs-on: "ubuntu-20.04"
runs-on: "ubuntu-22.04"
steps:
- name: "Checkout repository"
uses: "actions/checkout@v2"
+2 -2
View File
@@ -8,7 +8,7 @@ on:
jobs:
build:
runs-on: "ubuntu-20.04"
runs-on: "ubuntu-22.04"
steps:
- name: "Checkout repository"
uses: "actions/checkout@v2"
@@ -42,7 +42,7 @@ jobs:
publish-release:
needs: "build"
runs-on: "ubuntu-20.04"
runs-on: "ubuntu-22.04"
steps:
# This already extracts the contents of the artifact
- name: "Download artifact"