mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-22 07:30:25 +00:00
update
This commit is contained in:
parent
6184a6dcc3
commit
726f151d8a
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: phyre-hetzner-1
|
||||
runs-on: hetzner-${{ matrix.os }}
|
||||
|
||||
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: phyre-hetzner-1
|
||||
runs-on: hetzner-${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
|
|
Loading…
Reference in a new issue