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:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: Test
|
name: Test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-gitea
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user