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