chore(ci): change runner to ubuntu-gitea
Update the CI workflow to use the ubuntu-gitea runner instead of ubuntu-latest.
This commit is contained in:
parent
4f6e0df698
commit
e7eb17c564
@ -9,7 +9,7 @@ on:
|
||||
jobs:
|
||||
test:
|
||||
name: Test
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-gitea
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user