Skip to content

Commit

Permalink
GA: drop v23.11 due to Boost compile error on macOS ARM
Browse files Browse the repository at this point in the history
pablode committed May 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 4b41cbb commit a7507ae
Showing 2 changed files with 1 addition and 29 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
@@ -26,16 +26,9 @@ jobs:
usd-version: 24.03
build-config: Release

build-2311:
name: Build guc for USD v23.11
uses: ./.github/workflows/build-usd.yml
with:
usd-version: 23.11
build-config: Release

deploy-release:
name: Deploy Release
needs: [build-2405, build-2403, build-2311]
needs: [build-2405, build-2403]
runs-on: ubuntu-latest

steps:
@@ -49,11 +42,6 @@ jobs:
with:
name: ${{ needs.build-2403.outputs.archive-name }}

- name: Download USD v23.11 artifacts
uses: actions/download-artifact@v3
with:
name: ${{ needs.build-2311.outputs.archive-name }}

- name: Deploy draft release
uses: softprops/action-gh-release@d4e8205d7e959a9107da6396278b2f1f07af0f9b
with:
16 changes: 0 additions & 16 deletions .github/workflows/run-tests-usd2311.yml

This file was deleted.

0 comments on commit a7507ae

Please sign in to comment.