Skip to content

Commit

Permalink
Update dependencies (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobmattrob authored Nov 18, 2024
1 parent e13cbc9 commit b79f72f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ jobs:
tests:
name: Build and Test
runs-on: macos-14
environment: CI
steps:
- uses: actions/checkout@v3
- name: Select Xcode
- name: Set Up CI
run: .github/workflows/xcode_select.sh
env:
BUILDBUDDY_API_KEY: ${{ secrets.BUILDBUDDY_API_KEY }}
- name: Lint
run: bazelisk run :lint && git diff --exit-code
- name: Build and Test
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/xcode_select.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ echo "Generating bazelrc"
# Enable remote cache for all Github Action builds
echo "build --config=remote_cache" > user.bazelrc
echo "build --config=ci" >> user.bazelrc
echo "build --remote_header=x-buildbuddy-api-key=$BUILDBUDDY_API_KEY" >> user.bazelrc
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(name = "rules_xcodeproj", version = "2.8.1")
bazel_dep(name = "rules_xcodeproj", version = "2.9.1")
bazel_dep(
name = "apple_support",
version = "1.17.0",
Expand All @@ -12,7 +12,7 @@ bazel_dep(
)
bazel_dep(
name = "rules_apple",
version = "3.12.0",
version = "3.13.0",
repo_name = "build_bazel_rules_apple",
)

Expand Down

0 comments on commit b79f72f

Please sign in to comment.