Skip to content

Commit cfb28b4

Browse files
committed
(build) Skip Ubuntu build for now
Will come back to enable this if I can figure out what is going on. Let's just get everything building, and all depdencies updated, etc.
1 parent a0a5a0c commit cfb28b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
1313
strategy:
1414
matrix:
15-
os: [ windows-2022, ubuntu-latest, macos-latest ]
15+
os: [ windows-latest, macos-13 ]
1616

1717
env:
1818
AZURE_PASSWORD: ${{ secrets.AZURE_PASSWORD }}

0 commit comments

Comments
 (0)