mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-21 23:06:40 +01:00
use ubuntu for all web crawls
This commit is contained in:
parent
af8fb4e80b
commit
c0646b8023
2 changed files with 2 additions and 2 deletions
2
.github/workflows/make_files_tree.yml
vendored
2
.github/workflows/make_files_tree.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
matrix:
|
||||
include:
|
||||
- mode: web
|
||||
os: macos-12
|
||||
os: ubuntu-20.04
|
||||
|
||||
- mode: web_res
|
||||
os: ubuntu-20.04
|
||||
|
|
|
@ -12,7 +12,7 @@ on:
|
|||
jobs:
|
||||
make_tracked_links_file:
|
||||
name: Make tracked links file
|
||||
runs-on: macos-12
|
||||
runs-on: ubuntu-20.04
|
||||
timeout-minutes: 5
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue