Skip to content

Commit 4d1502b

Browse files
Update BuildAndTest.yml to use macOS 14 (#526)
1 parent 812e3fc commit 4d1502b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/BuildAndTest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request, workflow_dispatch]
44

55
jobs:
66
macOS:
7-
runs-on: macOS-latest
7+
runs-on: macos-14
88
steps:
99
- uses: actions/checkout@v2
1010
- name: Build and Test for macOS
@@ -16,7 +16,7 @@ jobs:
1616
xcrun llvm-cov export -ignore-filename-regex="pb\.swift|grpc\.swift" -format="lcov" .build/debug/opentelemetry-swiftPackageTests.xctest/Contents/MacOS/opentelemetry-swiftPackageTests -instr-profile .build/debug/codecov/default.profdata > .build/debug/codecov/coverage_report.lcov
1717
./codecov -f .build/debug/codecov/coverage_report.lcov
1818
iOS:
19-
runs-on: macOS-latest
19+
runs-on: macos-14
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: Install Homebrew kegs
@@ -26,7 +26,7 @@ jobs:
2626
- name: Test for iOS
2727
run: make test-without-building-ios
2828
tvOS:
29-
runs-on: macOS-latest
29+
runs-on: macos-14
3030
steps:
3131
- uses: actions/checkout@v2
3232
- name: Install Homebrew kegs
@@ -36,7 +36,7 @@ jobs:
3636
- name: Test for tvOS
3737
run: make test-without-building-tvos
3838
watchOS:
39-
runs-on: macOS-latest
39+
runs-on: macos-14
4040
steps:
4141
- uses: actions/checkout@v2
4242
- name: Install Homebrew kegs

0 commit comments

Comments
 (0)