Skip to content

Commit

Permalink
Set github actions on macOS to self hosted.
Browse files Browse the repository at this point in the history
* We have officially grown out of the github hosted macOS
  actions runner, as it no longer has enough space to build
  all of USD, due to the addition of the imaging libraries.

Signed-off-by: furby™ <devs@wabi.foundation>
  • Loading branch information
furby-tm committed Sep 7, 2024
1 parent 7430a7c commit 50e0c9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/swift-debug-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Swift ${{ matrix.swift }} on ${{ matrix.os }}
strategy:
matrix:
os: [macos-14]
os: [self-hosted]
swift: ["5.10"]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/swift-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Swift ${{ matrix.swift }} on ${{ matrix.os }}
strategy:
matrix:
os: [macos-14]
os: [self-hosted]
swift: ["5.10"]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 50e0c9d

Please sign in to comment.