Skip to content

Commit ceeab78

Browse files
astrawKijewski
authored andcommitted
ci: github macos-13 runner retired
1 parent cc7e927 commit ceeab78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
runs-on: [ubuntu-22.04, windows-2022, macos-13]
21+
runs-on: [ubuntu-22.04, windows-2022, macos-latest]
2222
toolchain:
2323
- "1.62"
2424
- stable
@@ -202,7 +202,7 @@ jobs:
202202
# 1.65 or newer, while the currently active rustc version is 1.62.0
203203
- toolchain: "1.62"
204204
versions: ""
205-
runs-on: macos-13
205+
runs-on: macos-latest
206206
steps:
207207
- name: Checkout
208208
uses: actions/checkout@v6
@@ -329,7 +329,7 @@ jobs:
329329
strategy:
330330
fail-fast: false
331331
matrix:
332-
runs-on: [ubuntu-22.04, windows-2022, macos-13]
332+
runs-on: [ubuntu-22.04, windows-2022, macos-latest]
333333
toolchain:
334334
- stable
335335
versions:

0 commit comments

Comments
 (0)