mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
update
This commit is contained in:
parent
8db638d4f5
commit
77f6e11350
2 changed files with 2 additions and 2 deletions
2
.github/workflows/app-code-coverage.yml
vendored
2
.github/workflows/app-code-coverage.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
matrix:
|
||||
os: [ubuntu-22.04]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
runs-on: self-hosted
|
||||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
|
|
2
.github/workflows/app-unit-test.yml
vendored
2
.github/workflows/app-unit-test.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
#os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04]
|
||||
os: [ubuntu-22.04]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
runs-on: self-hosted
|
||||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
|
|
Loading…
Reference in a new issue