Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolse authored Jul 7, 2024
1 parent 9280f32 commit 97c1113
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: [push]
env:
BUILD_TYPE: Release
BUILD_CONFIG: RelWithDebInfo
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

jobs:
###############################################################################
Expand All @@ -17,15 +18,7 @@ jobs:
# os: [macos-11, ubuntu-18.04, ubuntu-20.04, windows-2019]
os: [macos-12, ubuntu-18.04, ubuntu-20.04, windows-2019]

steps:
- name: Checkout ubuntu-18.04
if: matrix.os == 'ubuntu-18.04'
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
uses: actions/checkout@v4
with:
fetch-depth: 0

steps:
- name: Checkout
if: matrix.os != 'ubuntu-18.04'
uses: actions/checkout@v4
Expand Down

0 comments on commit 97c1113

Please sign in to comment.