We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7e927 commit ceeab78Copy full SHA for ceeab78
.github/workflows/rust.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- runs-on: [ubuntu-22.04, windows-2022, macos-13]
+ runs-on: [ubuntu-22.04, windows-2022, macos-latest]
22
toolchain:
23
- "1.62"
24
- stable
@@ -202,7 +202,7 @@ jobs:
202
# 1.65 or newer, while the currently active rustc version is 1.62.0
203
- toolchain: "1.62"
204
versions: ""
205
- runs-on: macos-13
+ runs-on: macos-latest
206
steps:
207
- name: Checkout
208
uses: actions/checkout@v6
@@ -329,7 +329,7 @@ jobs:
329
330
331
332
333
334
335
versions:
0 commit comments