mirror of https://github.com/scrapy/scrapy.git
Move CI from the decommissioned macos-11 to macos-latest. (#6372)
This commit is contained in:
parent
e8cb5a03b3
commit
ace800ef27
|
|
@ -3,7 +3,7 @@ on: [push, pull_request]
|
|||
|
||||
jobs:
|
||||
tests:
|
||||
runs-on: macos-11
|
||||
runs-on: macos-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
|||
Loading…
Reference in New Issue