Skip to content

Commit 71ea4db

Browse files
chore: deprecate macos 13 runners (runfinch#1607)
Signed-off-by: Shubhranshu Mahapatra <shubhum@amazon.com>
1 parent 4078f76 commit 71ea4db

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/benchmark.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
matrix:
2323
os:
2424
[
25-
[self-hosted, macos, amd64, 13, test],
2625
[self-hosted, macos, amd64, 14, test],
27-
[self-hosted, macos, arm64, 13, test],
28-
[self-hosted, macos, arm64, 14, test]
26+
[self-hosted, macos, arm64, 14, test],
27+
[self-hosted, macos, amd64, 15, test],
28+
[self-hosted, macos, arm64, 15, test]
2929
]
3030
runs-on: ${{ matrix.os }}
3131
timeout-minutes: 30

.github/workflows/build-and-test-pkg.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
strategy:
100100
fail-fast: false
101101
matrix:
102-
version: [13, 14]
102+
version: [15, 14]
103103
needs:
104104
- get-tag-name
105105
- macos-aarch64-pkg-build
@@ -123,7 +123,7 @@ jobs:
123123
strategy:
124124
fail-fast: false
125125
matrix:
126-
version: [13, 14]
126+
version: [15, 14]
127127
needs:
128128
- get-tag-name
129129
- macos-x86-64-pkg-build

0 commit comments

Comments
 (0)