Skip to content

Commit

Permalink
[Task N/A] Removed temporary the macOS-latest from the build matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Kantchev <akantchev@vmware.com>
  • Loading branch information
akantchev committed Apr 25, 2024
1 parent 0c1a019 commit ef2d79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
node-version: [16.x]
os: [ubuntu-latest, macOS-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
env:
CI: true
Expand Down

0 comments on commit ef2d79c

Please sign in to comment.