Skip to content

Commit 219d0d3

Browse files
authored
ci: fix typo macos-13 should be macos-14 in include list (#411)
1 parent eeff48e commit 219d0d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ jobs:
215215
- build: macos-latest
216216
os: macos-latest
217217
rust: stable
218-
- build: macos-13
219-
os: macos-13
218+
- build: macos-14
219+
os: macos-14
220220
rust: stable
221221
- build: beta
222222
os: ubuntu-latest

0 commit comments

Comments
 (0)