diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d94eb7e6d..40abd11ee 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 + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true # Remove this line when we stop using Ubuntu 18 jobs: ############################################################################### @@ -15,7 +15,6 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - # os: [macos-11, ubuntu-18.04, ubuntu-20.04, windows-2019] os: [macos-12, ubuntu-18.04, ubuntu-20.04, windows-2019] steps: