From f3eb7ddbe1e9d0f3ff96abfe7b305418618a6537 Mon Sep 17 00:00:00 2001 From: Anatol Sevastsyan Date: Mon, 8 Jul 2024 10:10:02 +0300 Subject: [PATCH] Update build.yml commented ubuntu 18 --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0c348b429..8cdc49246 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ on: [push] env: BUILD_TYPE: Release BUILD_CONFIG: RelWithDebInfo - ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true # Remove this line when we stop using Ubuntu 18 + #ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true # Remove this line when we stop using Ubuntu 18 jobs: ############################################################################### @@ -15,7 +15,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-12, ubuntu-18.04, ubuntu-20.04, windows-2019] + #os: [macos-12, ubuntu-18.04, ubuntu-20.04, windows-2019] + os: [macos-12, ubuntu-20.04, windows-2019] steps: - name: Checkout