Skip to content

Commit 7c5c962

Browse files
committed
Replace macos-13 runner with macos-15-intel
Signed-off-by: itowlson <[email protected]>
1 parent 22322aa commit 7c5c962

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 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-15-intel, 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' }} || ${{ matrix.os == 'macos-15-intel' }}"
128128
openssl-windows: "${{ matrix.os == 'windows-latest' }}"
129129

130130
- name: Cargo Build
@@ -247,7 +247,7 @@ jobs:
247247
targetDir: "target/aarch64-unknown-linux-gnu/release",
248248
}
249249
- {
250-
os: "macos-13",
250+
os: "macos-15-intel",
251251
arch: "amd64",
252252
extension: "",
253253
extraArgs: "",

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
targetDir: "target/aarch64-unknown-linux-gnu/release",
4646
}
4747
- {
48-
os: "macos-13",
48+
os: "macos-15-intel",
4949
arch: "amd64",
5050
extension: "",
5151
extraArgs: "",

0 commit comments

Comments
 (0)