Skip to content

Commit

Permalink
Update build.yml commented ubuntu 18
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolse authored Jul 8, 2024
1 parent e4325f3 commit f3eb7dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 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 # 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:
###############################################################################
Expand All @@ -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
Expand Down

0 comments on commit f3eb7dd

Please sign in to comment.