ci: switch to github runner (#17)

This commit is contained in:
Slava 2025-08-14 12:47:47 +03:00 committed by GitHub
parent 916099b00c
commit 04c3afb6ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,8 +62,8 @@ jobs:
run: run:
shell: bash --noprofile --norc -e -o pipefail {0} shell: bash --noprofile --norc -e -o pipefail {0}
runs-on: buildjet-16vcpu-ubuntu-2204 runs-on: ubuntu-latest
# runs-on: ubuntu-latest # runs-on: buildjet-16vcpu-ubuntu-2204
timeout-minutes: 360 timeout-minutes: 360
steps: steps:
- name: Checkout sources - name: Checkout sources