Skip to content

Commit

Permalink
Make sure to use the same xcode version for dependency updates
Browse files Browse the repository at this point in the history
We want our development macMini and the swiftpm dependency update to use
the same xcode version --> run on our own worker
  • Loading branch information
tmolitor-stud-tu committed Nov 21, 2024
1 parent 2c0bdf4 commit a030e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/xcode-swift-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
dependencies:
runs-on: macos-latest
runs-on: self-hosted

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit a030e04

Please sign in to comment.