mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-21 00:17:06 +01:00
change OS of macOS runner from 10 to 12
This commit is contained in:
parent
8c42101806
commit
0b06dcd4ad
1 changed files with 2 additions and 2 deletions
4
.github/workflows/make_files_tree.yml
vendored
4
.github/workflows/make_files_tree.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
matrix:
|
||||
include:
|
||||
- mode: web
|
||||
os: macos-10.15
|
||||
os: macos-12
|
||||
|
||||
- mode: web_res
|
||||
os: ubuntu-20.04
|
||||
|
@ -33,7 +33,7 @@ jobs:
|
|||
os: ubuntu-20.04
|
||||
|
||||
- mode: client
|
||||
os: macos-10.15
|
||||
os: macos-12
|
||||
|
||||
steps:
|
||||
|
||||
|
|
Loading…
Reference in a new issue