From 01217ced50496c7402ecb12829a8aabc0d196894 Mon Sep 17 00:00:00 2001 From: tobil4sk Date: Fri, 29 Oct 2021 11:53:33 +0100 Subject: [PATCH] [CI] Update ubuntu version --- .github/workflows/main.yml | 10 +++++----- extra/github-actions/workflows/main.yml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2da71d7bf1e..b068de35a4d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ on: [push, pull_request] jobs: cancel: name: "Cancel previous runs" - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 timeout-minutes: 3 steps: - uses: styfle/cancel-workflow-action@0.3.1 @@ -232,7 +232,7 @@ jobs: linux-build: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 env: PLATFORM: linux64 OPAMYES: 1 @@ -640,7 +640,7 @@ jobs: linux-test: needs: linux-build - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 env: PLATFORM: linux64 TEST: ${{matrix.target}} @@ -833,7 +833,7 @@ jobs: deploy: if: github.event_name != 'pull_request' needs: [linux-test, mac-test, windows-test, windows64-test] - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.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 @@ -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-18.04 + runs-on: ubuntu-20.04 steps: - name: Download Haxe uses: actions/download-artifact@v2 diff --git a/extra/github-actions/workflows/main.yml b/extra/github-actions/workflows/main.yml index c3636efd548..b10d65a0649 100644 --- a/extra/github-actions/workflows/main.yml +++ b/extra/github-actions/workflows/main.yml @@ -6,7 +6,7 @@ on: [push, pull_request] jobs: cancel: name: "Cancel previous runs" - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 timeout-minutes: 3 steps: - uses: styfle/cancel-workflow-action@0.3.1 @@ -53,7 +53,7 @@ jobs: @import build-windows.yml linux-build: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 env: PLATFORM: linux64 OPAMYES: 1 @@ -132,7 +132,7 @@ jobs: linux-test: needs: linux-build - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.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-18.04 + runs-on: ubuntu-20.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 @@ -265,7 +265,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-18.04 + runs-on: ubuntu-20.04 steps: - name: Download Haxe uses: actions/download-artifact@v2