Skip to content

Commit 4fa407d

Browse files
committed
[commit]ubuntu-20.04は廃止される
actions/runner-images#11101
1 parent 7e5b82b commit 4fa407d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616
jobs:
1717
web-test-build-image:
1818
name: Web Container - Test and Build
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-22.04
2020
timeout-minutes: 10
2121
defaults:
2222
run:
@@ -83,7 +83,7 @@ jobs:
8383
8484
deploy:
8585
name: Deploy
86-
runs-on: ubuntu-20.04
86+
runs-on: ubuntu-22.04
8787
needs: [web-test-build-image, api-test-build-image]
8888

8989
steps:

0 commit comments

Comments
 (0)