Skip to content

Commit

Permalink
commented env var
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolse committed Jul 7, 2024
1 parent 97c1113 commit 39fc93b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
###############################################################################
Expand All @@ -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:
Expand Down

0 comments on commit 39fc93b

Please sign in to comment.