mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 17:14:23 +01:00
Also use old mac workers for plugins
job (#12495)
Repeat from #12493 Now we see failures on main
This commit is contained in:
parent
50fb8243c8
commit
3a11b9d69d
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -165,7 +165,11 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
platform: [windows-latest, macos-latest, ubuntu-20.04]
|
||||
# Using macOS 13 runner because 14 is based on the M1 and has half as much RAM (7 GB,
|
||||
# instead of 14 GB) which is too little for us right now.
|
||||
#
|
||||
# Failure occuring with clippy for rust 1.77.2
|
||||
platform: [windows-latest, macos-13, ubuntu-20.04]
|
||||
|
||||
runs-on: ${{ matrix.platform }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user