فهرست منبع

[ci] use ubuntu 18.04 for deploy task

Aleksandr Kuzmenko 4 سال پیش
والد
کامیت
73c9ae4314
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      .github/workflows/main.yml
  2. 1 1
      extra/github-actions/workflows/main.yml

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

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