Skip to content

Commit ffecd62

Browse files
committed
chore(deps): update dependency ubuntu to v22
1 parent 9498cde commit ffecd62

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
init:
77
name: init
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-22.04
99
outputs:
1010
skip: ${{ steps.ci-skip-step.outputs.ci-skip }}
1111
skip-not: ${{ steps.ci-skip-step.outputs.ci-skip-not }}
@@ -19,7 +19,7 @@ jobs:
1919
name: build
2020
needs: init
2121
if: ${{ needs.init.outputs.skip == 'false' }}
22-
runs-on: ubuntu-20.04
22+
runs-on: ubuntu-22.04
2323
steps:
2424
- name: Checkout
2525
uses: actions/checkout@v3
@@ -50,7 +50,7 @@ jobs:
5050
test_push:
5151
needs: build
5252
if: github.event_name == 'push'
53-
runs-on: ubuntu-20.04
53+
runs-on: ubuntu-22.04
5454
steps:
5555
- name: Checkout
5656
uses: actions/checkout@v3
@@ -112,7 +112,7 @@ jobs:
112112
# https://github.community/t/trigger-job-on-tag-push-only/18076
113113
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
114114
needs: test_push
115-
runs-on: ubuntu-20.04
115+
runs-on: ubuntu-22.04
116116
steps:
117117
- name: Checkout
118118
uses: actions/checkout@v3

0 commit comments

Comments
 (0)