Skip to content

Commit

Permalink
Remove deprecated macos-12 environment from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pablode committed Dec 28, 2024
1 parent e3029f1 commit 5affdfe
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-usd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ jobs:
usd-install-path: /home/runner/work/USD/USD/INSTALL
archive-file-name: guc_USD${{ inputs.usd-version }}_Linux_x64.tar.gz

- os-family: MacOS
image: macos-12
usd-download-url: "https://github.com/pablode/USD/releases/download/v${{ inputs.usd-version }}-ci-release/USD${{ inputs.usd-version }}_MacOS_x64.tar.gz"
usd-install-path: /Users/runner/work/USD/USD/INSTALL
archive-file-name: guc_USD${{ inputs.usd-version }}_MacOS_x64.tar.gz

- os-family: MacOS
image: macos-14
usd-download-url: "https://github.com/pablode/USD/releases/download/v${{ inputs.usd-version }}-ci-release/USD${{ inputs.usd-version }}_MacOS_ARM.tar.gz"
Expand Down

0 comments on commit 5affdfe

Please sign in to comment.