Skip to content

Commit

Permalink
Update dependency ubuntu to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2024
1 parent bee973b commit 78e0493
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Check out Git repository
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
release:
needs: build
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Check out Git repository
Expand All @@ -66,7 +66,7 @@ jobs:
release-v2:
needs: build
if: github.ref == 'refs/heads/v2'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Check out Git repository
Expand Down

0 comments on commit 78e0493

Please sign in to comment.