mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-09-20 03:10:57 +00:00
Use swiftbuild
This commit is contained in:
parent
c861485f2f
commit
a6b24b06ab
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -23,10 +23,7 @@ jobs:
|
|||||||
- name: Set Environment
|
- name: Set Environment
|
||||||
run: sudo xcrun xcode-select -s /Applications/Xcode_26_beta_5.app
|
run: sudo xcrun xcode-select -s /Applications/Xcode_26_beta_5.app
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: swift build --build-system swiftbuild --package-path Sources/Packages
|
||||||
pushd Sources/Packages
|
|
||||||
swift test
|
|
||||||
popd
|
|
||||||
build:
|
build:
|
||||||
# runs-on: macOS-latest
|
# runs-on: macOS-latest
|
||||||
runs-on: macos-15
|
runs-on: macos-15
|
||||||
|
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -11,7 +11,4 @@ jobs:
|
|||||||
- name: Set Environment
|
- name: Set Environment
|
||||||
run: sudo xcrun xcode-select -s /Applications/Xcode_26_beta_5.app
|
run: sudo xcrun xcode-select -s /Applications/Xcode_26_beta_5.app
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: swift build --build-system swiftbuild --package-path Sources/Packages
|
||||||
pushd Sources/Packages
|
|
||||||
swift test
|
|
||||||
popd
|
|
||||||
|
Loading…
Reference in New Issue
Block a user