File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313
1414jobs :
1515 setup-gateway :
16- runs-on : self-hosted
16+ runs-on : ubuntu-22.04
1717 container : python:3.11-bookworm
1818 steps :
1919 - uses : actions/checkout@v4
3131 run-tests :
3232 needs :
3333 - setup-gateway
34- runs-on : self-hosted
34+ runs-on : ubuntu-22.04
3535 container : python:3.11-bookworm
3636 steps :
3737 - uses : actions/checkout@v4
5050 SCW_ACCESS_KEY : ${{ secrets.SCW_ACCESS_KEY }}
5151
5252 teardown-gateway :
53- runs-on : self-hosted
53+ runs-on : ubuntu-22.04
5454 container : python:3.11-bookworm
5555 needs :
5656 - run-tests
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
1212
1313jobs :
1414 test :
15- runs-on : self-hosted
15+ runs-on : ubuntu-22.04
1616 container : python:3.11-bookworm
1717 steps :
1818 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313
1414jobs :
1515 test :
16- runs-on : self-hosted
16+ runs-on : ubuntu-22.04
1717 container : python:3.11-bookworm
1818 steps :
1919 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
1010
1111jobs :
1212 deploy :
13- runs-on : self-hosted
13+ runs-on : ubuntu-22.04
1414 container : python:3.11-bookworm
1515 steps :
1616 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments