Skip to content

Commit f6ec8c5

Browse files
authored
Merge pull request #3755 from JohnTitor/fix/rm-macos-11
fix: Remove macOS 11 usage on CI
2 parents b9b31dc + 7942b77 commit f6ec8c5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/full_ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -227,14 +227,6 @@ jobs:
227227
- { toolchain: stable, os: macos-13 }
228228
- { toolchain: beta, os: macos-13 }
229229
- { toolchain: nightly, os: macos-13 }
230-
# Use macOS 11 for older toolchains as newer Xcode donesn't work well.
231-
# FIXME: Disabled due to:
232-
# error: failed to parse registry's information for: serde
233-
#- { toolchain: 1.13.0, os: macos-11 }
234-
- { toolchain: 1.19.0, os: macos-11 }
235-
- { toolchain: 1.24.0, os: macos-11 }
236-
- { toolchain: 1.25.0, os: macos-11 }
237-
- { toolchain: 1.30.0, os: macos-11 }
238230
runs-on: ${{ matrix.target.os }}
239231
steps:
240232
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)