2
0
Эх сурвалжийг харах

[ci] use ubuntu 18.04 for deploy task

Aleksandr Kuzmenko 4 жил өмнө
parent
commit
73c9ae4314

+ 1 - 1
.github/workflows/main.yml

@@ -832,7 +832,7 @@ jobs:
   deploy:
   deploy:
     if: github.event_name != 'pull_request'
     if: github.event_name != 'pull_request'
     needs: [linux-test, mac-test, windows-test, windows64-test]
     needs: [linux-test, mac-test, windows-test, windows64-test]
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-18.04
     steps:
     steps:
       # this is only needed for to get `COMMIT_DATE`...
       # this is only needed for to get `COMMIT_DATE`...
       # maybe https://github.community/t/expose-commit-timestamp-in-the-github-context-data/16460/3
       # maybe https://github.community/t/expose-commit-timestamp-in-the-github-context-data/16460/3

+ 1 - 1
extra/github-actions/workflows/main.yml

@@ -193,7 +193,7 @@ jobs:
   deploy:
   deploy:
     if: github.event_name != 'pull_request'
     if: github.event_name != 'pull_request'
     needs: [linux-test, mac-test, windows-test, windows64-test]
     needs: [linux-test, mac-test, windows-test, windows64-test]
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-18.04
     steps:
     steps:
       # this is only needed for to get `COMMIT_DATE`...
       # this is only needed for to get `COMMIT_DATE`...
       # maybe https://github.community/t/expose-commit-timestamp-in-the-github-context-data/16460/3
       # maybe https://github.community/t/expose-commit-timestamp-in-the-github-context-data/16460/3