Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
tayloraswift committed Jan 30, 2025
2 parents b65fbca + 6f18577 commit d388ace
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,17 @@ jobs:
macos:
runs-on: macos-15
name: macOS
env:
DEVELOPER_DIR: /Applications/Xcode_16.2.app/Contents/Developer
steps:
- name: Install Swift
uses: tayloraswift/swift-install-action@master
with:
swift-prefix: "swift-6.0.3-release/xcode/swift-6.0.3-RELEASE"
swift-id: "swift-6.0.3-RELEASE"

- name: Select Swift version
run: |
echo TOOLCHAINS=$(plutil -extract CFBundleIdentifier raw /Library/Developer/Toolchains/swift-6.0.3-RELEASE.xctoolchain/Info.plist) >> $GITHUB_ENV
- name: Checkout repository
uses: actions/checkout@v3

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/.build
/.build.*
/.swiftpm
/.vscode

/node_modules
Expand Down

0 comments on commit d388ace

Please sign in to comment.