Skip to content

Commit 2d88e0b

Browse files
YuichiTanikanepottava
authored andcommitted
バージョンを更新
1 parent a90c3a0 commit 2d88e0b

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/main.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
shellcheck:
1414
name: Shellcheck
1515
if: github.event_name == 'push' && contains(github.ref, 'gh-shellcheck-v0.7.')
16-
runs-on: ubuntu-18.04
16+
runs-on: ubuntu-22.04
1717
env:
1818
IMAGE_NAME: ghcr.io/supinf/shellcheck:0.7
1919
steps:
@@ -27,7 +27,7 @@ jobs:
2727
hadolint:
2828
name: hadolint
2929
if: github.event_name == 'push' && contains(github.ref, 'gh-hadolint-v1.19.')
30-
runs-on: ubuntu-18.04
30+
runs-on: ubuntu-22.04
3131
env:
3232
IMAGE_NAME: ghcr.io/supinf/hadolint:1.19
3333
steps:
@@ -41,7 +41,7 @@ jobs:
4141
awscli-1-18:
4242
name: AWS CLI v1.18
4343
if: github.event_name == 'push' && contains(github.ref, 'gh-awscli-v1.18.')
44-
runs-on: ubuntu-18.04
44+
runs-on: ubuntu-22.04
4545
env:
4646
IMAGE_NAME: ghcr.io/supinf/awscli:1.18
4747
steps:
@@ -55,7 +55,7 @@ jobs:
5555
awscli-2-4:
5656
name: AWS CLI v2.4
5757
if: github.event_name == 'push' && contains(github.ref, 'gh-awscli-v2.4')
58-
runs-on: ubuntu-18.04
58+
runs-on: ubuntu-22.04
5959
env:
6060
IMAGE_NAME: ghcr.io/supinf/awscli:2.4
6161
steps:
@@ -69,7 +69,7 @@ jobs:
6969
go-swagger:
7070
name: go-swagger
7171
if: github.event_name == 'push' && contains(github.ref, 'gh-go-swagger-v0.25.')
72-
runs-on: ubuntu-18.04
72+
runs-on: ubuntu-22.04
7373
env:
7474
IMAGE_NAME: ghcr.io/supinf/go-swagger:0.25
7575
steps:
@@ -83,7 +83,7 @@ jobs:
8383
hugo:
8484
name: Hugo
8585
if: github.event_name == 'push' && contains(github.ref, 'gh-hugo-v0.79.')
86-
runs-on: ubuntu-18.04
86+
runs-on: ubuntu-22.04
8787
env:
8888
IMAGE_NAME: ghcr.io/supinf/hugo:0.79
8989
steps:
@@ -97,7 +97,7 @@ jobs:
9797
cfn-lint:
9898
name: CFn Lint
9999
if: github.event_name == 'push' && contains(github.ref, 'gh-cfn-lint-v0.58')
100-
runs-on: ubuntu-18.04
100+
runs-on: ubuntu-22.04
101101
env:
102102
IMAGE_NAME: ghcr.io/supinf/cfn-lint:0.58
103103
steps:
@@ -111,7 +111,7 @@ jobs:
111111
test-http:
112112
name: Test HTTP requests
113113
if: github.event_name == 'push' && contains(github.ref, 'gh-test-http-v1.2')
114-
runs-on: ubuntu-18.04
114+
runs-on: ubuntu-22.04
115115
env:
116116
IMAGE_NAME: ghcr.io/supinf/test-http:1.2
117117
steps:
@@ -125,7 +125,7 @@ jobs:
125125
aws-x-ray:
126126
name: Test HTTP requests
127127
if: github.event_name == 'push' && contains(github.ref, 'gh-x-ray-3.2')
128-
runs-on: ubuntu-18.04
128+
runs-on: ubuntu-22.04
129129
env:
130130
IMAGE_NAME: ghcr.io/supinf/x-ray:3.2
131131
steps:
@@ -139,7 +139,7 @@ jobs:
139139
swagger-codegen:
140140
name: swagger-codegen
141141
if: github.event_name == 'push' && contains(github.ref, 'gh-swagger-codegen-v3.0')
142-
runs-on: ubuntu-18.04
142+
runs-on: ubuntu-22.04
143143
env:
144144
IMAGE_NAME: ghcr.io/supinf/swagger-codegen:3.0
145145
TARGET_DIR: java/swagger-codegen/versions/3.0
@@ -162,7 +162,7 @@ jobs:
162162
swagger-codegen-2:
163163
name: swagger-codegen
164164
if: github.event_name == 'push' && contains(github.ref, 'gh-swagger-codegen-v2.4')
165-
runs-on: ubuntu-18.04
165+
runs-on: ubuntu-22.04
166166
env:
167167
IMAGE_NAME: ghcr.io/supinf/swagger-codegen:2.4
168168
TARGET_DIR: java/swagger-codegen/versions/2.4
@@ -185,7 +185,7 @@ jobs:
185185
postgres-backup:
186186
name: Postgres Backup
187187
if: github.event_name == 'push' && contains(github.ref, 'gh-postgres-backup-v9.6')
188-
runs-on: ubuntu-18.04
188+
runs-on: ubuntu-22.04
189189
env:
190190
IMAGE_NAME: ghcr.io/supinf/postgres-backup:9.6
191191
steps:

0 commit comments

Comments
 (0)