removed macos for now...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2025-10-16 14:24:58 +03:00
parent 875478746e
commit 70a91ec0b6

View File

@ -1,4 +1,4 @@
name: Viewer build linux
name: Viewer build
on:
@ -13,7 +13,8 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
#os: [ ubuntu-latest, windows-latest, macos-latest ]
os: [ ubuntu-latest, windows-latest ]
runs-on: ${{ matrix.os }}