Skip to content

Commit

Permalink
Bump CI runner to Ubuntu 22.04 (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse authored Feb 18, 2024
1 parent ad3601c commit 86085f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 86085f5

Please sign in to comment.