2
1
mirror of https://github.com/Thream/api.git synced 2024-07-06 12:50:12 +02:00

ci: usage of ubuntu-latest

This commit is contained in:
Divlo 2022-08-23 23:57:52 +02:00
parent 46745e1b7e
commit 8483cd4772
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9

View File

@ -8,7 +8,7 @@ on:
jobs:
test:
runs-on: 'macos-latest'
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v3.0.0'