Skip to content

Commit f8382ef

Browse files
authored
feat: update infrastructure to use macOS 14 (runfinch#710)
Issue #, if available: - Closes runfinch#680 *Description of changes:* - runfinch/infrastructure#496 - Removed the docker-compat e2e tests in the corresponding ci-docs left over from runfinch#524 *Testing done:* - none - [x] I've reviewed the guidance in CONTRIBUTING.md #### License Acceptance By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Signed-off-by: Weike Qu <[email protected]>
1 parent 667c692 commit f8382ef

File tree

5 files changed

+10
-21
lines changed

5 files changed

+10
-21
lines changed

Diff for: .github/workflows/benchmark.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
os:
2424
[
2525
[self-hosted, macos, amd64, 13, test],
26-
[self-hosted, macos, amd64, 12, test],
26+
[self-hosted, macos, amd64, 14, test],
2727
[self-hosted, macos, arm64, 13, test],
28-
[self-hosted, macos, arm64, 12, test]
28+
[self-hosted, macos, arm64, 14, test]
2929
]
3030
runs-on: ${{ matrix.os }}
3131
steps:

Diff for: .github/workflows/build-and-test-pkg.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
matrix:
119119
os: [
120120
[self-hosted, macos, arm64, 11, release],
121-
[self-hosted, macos, arm64, 12, release],
121+
[self-hosted, macos, arm64, 14, release],
122122
[self-hosted, macos, arm64, 13, release]
123123
]
124124
runs-on: ${{ matrix.os }}
@@ -229,7 +229,7 @@ jobs:
229229
matrix:
230230
os: [
231231
[self-hosted, macos, amd64, 11, release],
232-
[self-hosted, macos, amd64, 12, release],
232+
[self-hosted, macos, amd64, 14, release],
233233
[self-hosted, macos, amd64, 13, release]
234234
]
235235
runs-on: ${{ matrix.os }}

Diff for: .github/workflows/ci-docs.yaml

+2-13
Original file line numberDiff line numberDiff line change
@@ -51,24 +51,13 @@ jobs:
5151
os:
5252
[
5353
[self-hosted, macos, amd64, 13, test],
54-
[self-hosted, macos, amd64, 12, test],
54+
[self-hosted, macos, amd64, 14, test],
5555
[self-hosted, macos, arm64, 13, test],
56-
[self-hosted, macos, arm64, 12, test]
56+
[self-hosted, macos, arm64, 14, test]
5757
]
5858
runs-on: ${{ matrix.os }}
5959
steps:
6060
- run: echo "Skipping CI for docs & contrib files"
61-
e2e-tests-for-docker-compat:
62-
strategy:
63-
matrix:
64-
os:
65-
[
66-
[self-hosted, macos, amd64, 13, test],
67-
[self-hosted, macos, arm64, 13, test],
68-
]
69-
runs-on: ${{ matrix.os }}
70-
steps:
71-
- run: echo "Skipping CI for docs & contrib files"
7261
mdlint:
7362
runs-on: ubuntu-latest
7463
steps:

Diff for: .github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ jobs:
101101
os:
102102
[
103103
[self-hosted, macos, amd64, 13, test],
104-
[self-hosted, macos, amd64, 12, test],
104+
[self-hosted, macos, amd64, 14, test],
105105
[self-hosted, macos, arm64, 13, test],
106-
[self-hosted, macos, arm64, 12, test]
106+
[self-hosted, macos, arm64, 14, test]
107107
]
108108
runs-on: ${{ matrix.os }}
109109
steps:

Diff for: .github/workflows/release-homebrew.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
os:
4545
[
4646
[self-hosted, macos, arm64, 11, release],
47-
[self-hosted, macos, arm64, 12, release],
47+
[self-hosted, macos, arm64, 14, release],
4848
[self-hosted, macos, arm64, 13, release],
4949
]
5050
runs-on: ${{ matrix.os }}
@@ -167,7 +167,7 @@ jobs:
167167
os:
168168
[
169169
[self-hosted, macos, amd64, 11, release],
170-
[self-hosted, macos, amd64, 12, release],
170+
[self-hosted, macos, amd64, 14, release],
171171
[self-hosted, macos, amd64, 13, release],
172172
]
173173
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)