File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717
1818 docs :
1919 name : Check docs are buildable
20- runs-on : ubuntu-latest
20+ runs-on : ubuntu-22.04
2121 steps :
2222 - name : Install dependencies
2323 run : |
4343 contents : read # for actions/checkout to fetch code
4444 pull-requests : read # for golangci/golangci-lint-action to fetch pull requests
4545 name : lint
46- runs-on : ubuntu-latest
46+ runs-on : ubuntu-22.04
4747 steps :
4848 - uses : actions/checkout@v3
4949 - uses : actions/setup-go@v4
6262
6363 build :
6464 name : Build and check device plugins
65- runs-on : ubuntu-20 .04
65+ runs-on : ubuntu-22 .04
6666 steps :
6767 - uses : actions/checkout@v3
6868 - uses : actions/setup-go@v4
9090
9191 image :
9292 name : Build image
93- runs-on : ubuntu-20 .04
93+ runs-on : ubuntu-22 .04
9494 strategy :
9595 matrix :
9696 image :
@@ -138,7 +138,7 @@ jobs:
138138 make ${IMAGE_NAME} BUILDER=${BUILDER_NAME}
139139
140140 terrascan :
141- runs-on : ubuntu-latest
141+ runs-on : ubuntu-22.04
142142 steps :
143143 - name : Checkout repository
144144 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1616
1717 permissions :
1818 contents : write # for Git to git push
19- runs-on : ubuntu-latest
19+ runs-on : ubuntu-22.04
2020
2121 steps :
2222 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments