Skip to content

Commit

Permalink
Use ubuntu-22.04 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Maschell committed Sep 5, 2022
1 parent 19fae1e commit ba2d6a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba2d6a1

Please sign in to comment.