Skip to content

Commit

Permalink
Build on CI with Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Oct 24, 2024
1 parent 1e41b0d commit 5f2ee92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/BuildPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
name: Build ${{ matrix.ubuntu }}
strategy:
matrix:
ubuntu: [ ubuntu-20.04 ]
ubuntu: [ ubuntu-22.04 ]
runs-on: ${{ matrix.ubuntu }}
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
name: Build ${{ matrix.ubuntu }}
strategy:
matrix:
ubuntu: [ ubuntu-20.04 ]
ubuntu: [ ubuntu-22.04 ]
runs-on: ${{ matrix.ubuntu }}
steps:
- name: Checkout
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:

createRelease:
name: Create release
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: [ buildMac, buildLinux, buildWindows ]
steps:
- name: Checkout
Expand Down

0 comments on commit 5f2ee92

Please sign in to comment.