Skip to content

Commit a7e9789

Browse files
committed
Fix CI/CD some more
1 parent 1869cc2 commit a7e9789

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
env:
2727
KSP_ZIP_PASSWORD: ${{ secrets.KSP_ZIP_PASSWORD }}
2828
validate-cfg-files:
29-
runs-on: ubuntu-latest
29+
runs-on: ubuntu-22.04
3030
steps:
3131
- name: Checkout repo
3232
uses: actions/checkout@v2
@@ -36,7 +36,7 @@ jobs:
3636
uses: KSP-CKAN/KSPMMCfgParser@master
3737
build:
3838
# The type of runner that the job will run on
39-
runs-on: ubuntu-latest
39+
runs-on: ubuntu-22.04
4040
needs: [check-secret]
4141
if: needs.check-secret.outputs.has-password == 'true'
4242
# Steps represent a sequence of tasks that will be executed as part of the job

0 commit comments

Comments
 (0)