Skip to content

Commit dabe70b

Browse files
authored
Merge branch 'bloomberg:main' into main
2 parents 6c9b514 + 99301ee commit dabe70b

File tree

53 files changed

+1843
-20
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+1843
-20
lines changed

.github/workflows/xcdiff.yaml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ on:
55
pull_request:
66
branches:
77
- main
8+
schedule:
9+
# 20:00 UTC
10+
- cron: "0 20 * * *"
811

912
env:
10-
DEVELOPER_DIR: "/Applications/Xcode_14.3.1.app/Contents/Developer"
13+
DEVELOPER_DIR: "/Applications/Xcode_16.2.app/Contents/Developer"
1114

1215
# Limit GITHUB_TOKEN permissions to read-only for repo contents
1316
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication
@@ -17,20 +20,20 @@ permissions:
1720
jobs:
1821
lint:
1922
name: Lint
20-
runs-on: macOS-13
23+
runs-on: macOS-14
2124
steps:
22-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v4
2326
- name: Install dependencies
2427
run: ./Scripts/brew.sh
2528
- name: lint
2629
run: make lint
2730

2831
build:
2932
name: Build & Test
30-
runs-on: macOS-13
33+
runs-on: macOS-14
3134
steps:
32-
- uses: actions/checkout@v2
33-
- uses: actions/cache@v2
35+
- uses: actions/checkout@v4
36+
- uses: actions/cache@v4
3437
with:
3538
path: .build
3639
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
@@ -40,6 +43,6 @@ jobs:
4043
run: make build
4144
- name: test
4245
run: make test_ci
43-
- uses: codecov/codecov-action@v2
46+
- uses: codecov/codecov-action@v4
4447
with:
4548
directory: .coverage

CommandTests/Generated/html_format.2.e5ef416a.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)