Skip to content

Commit

Permalink
Merge pull request #2 from Tinder/maxwelle/-update-url
Browse files Browse the repository at this point in the history
Update url
  • Loading branch information
tinder-maxwellelliott authored Jun 6, 2023
2 parents 961ca0f + f5b2d08 commit b7dfa91
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
build --incompatible_disallow_empty_glob
build --apple_platform_type=macos
build --incompatible_strict_action_env
build --macos_minimum_os=13.0
test --test_output=errors
test --test_summary=detailed
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ on:
jobs:
tests:
name: Run tests
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- run: bazelisk test //Tests/...
- run: bazelisk test //Tests/... --xcode_version=14.3
executable:
name: Build macos_command_line_application
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- run: bazelisk build //Sources/SignHereTool:sign-here -c opt --macos_cpus=x86_64,arm64
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "com_github_tinder_sign_here",
url = "URL",
url = "https://github.com/Tinder/sign-here",
sha256 = "FIX_ME",
)

Expand Down
2 changes: 1 addition & 1 deletion Sources/SignHereTool/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ swift_binary(

macos_command_line_application(
name = "sign-here-macos",
minimum_os_version = "12.0.0",
minimum_os_version = "13.0.0",
deps = [
":sign-here",
],
Expand Down

0 comments on commit b7dfa91

Please sign in to comment.