Skip to content

Commit 13292f2

Browse files
committed
MacOS 13 retirement
Signed-off-by: itowlson <[email protected]>
1 parent 1525f7b commit 13292f2

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
runs-on: ${{ matrix.os }}
116116
strategy:
117117
matrix:
118-
os: [windows-latest, macos-13, macos-14]
118+
os: [windows-latest, macos-14]
119119
steps:
120120
- uses: actions/checkout@v3
121121

@@ -124,7 +124,7 @@ jobs:
124124
with:
125125
rust: true
126126
rust-wasm: true
127-
rust-cache: "${{ matrix.os == 'windows-latest' }} || ${{ matrix.os == 'macos-13' }}"
127+
rust-cache: "${{ matrix.os == 'windows-latest' }}"
128128
openssl-windows: "${{ matrix.os == 'windows-latest' }}"
129129

130130
- name: Cargo Build
@@ -246,14 +246,6 @@ jobs:
246246
target: "aarch64-unknown-linux-gnu",
247247
targetDir: "target/aarch64-unknown-linux-gnu/release",
248248
}
249-
- {
250-
os: "macos-13",
251-
arch: "amd64",
252-
extension: "",
253-
extraArgs: "",
254-
target: "",
255-
targetDir: "target/release",
256-
}
257249
- {
258250
os: "macos-14",
259251
arch: "aarch64",

.github/workflows/release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@ jobs:
4444
target: "aarch64-unknown-linux-gnu",
4545
targetDir: "target/aarch64-unknown-linux-gnu/release",
4646
}
47-
- {
48-
os: "macos-13",
49-
arch: "amd64",
50-
extension: "",
51-
extraArgs: "",
52-
target: "",
53-
targetDir: "target/release",
54-
}
5547
- {
5648
os: "macos-14",
5749
arch: "aarch64",

0 commit comments

Comments
 (0)