Use ubuntu-22.04 in CI

This commit is contained in:
Maschell 2022-09-05 11:42:14 +02:00
parent 19fae1e136
commit ba2d6a1e4d
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ on:
jobs:
build-binary:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Checkout submodules using a PAT
@ -28,7 +28,7 @@ jobs:
path: "*.rpx"
deploy-binary:
needs: build-binary
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Get environment variables
id: get_repository_name

View File

@ -4,7 +4,7 @@ on: [pull_request]
jobs:
build-binary:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Checkout submodules using a PAT