Bump CI runner to Ubuntu 22.04 (#627)

This commit is contained in:
GeckoEidechse 2024-02-18 22:16:46 +01:00 committed by GitHub
parent ad3601c607
commit 86085f5c91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ env:
jobs:
build-northstar:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout release files
uses: actions/checkout@v4
@ -121,7 +121,7 @@ jobs:
TS_NAMESPACE: northstar
TS_MOD_NAME: Northstar
TS_MOD_DESCRIPTION: Titanfall 2 modding and custom server framework.
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Setup tcli
run: |