use ubuntu for all web crawls

This commit is contained in:
Ilya (Marshal) 2024-06-02 14:23:36 +02:00
parent af8fb4e80b
commit c0646b8023
No known key found for this signature in database
GPG key ID: F8FB1A006AD3156D
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ jobs:
matrix:
include:
- mode: web
os: macos-12
os: ubuntu-20.04
- mode: web_res
os: ubuntu-20.04

View file

@ -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: