Skip to content

Commit 94d4a32

Browse files
committed
updates CI
1 parent f6073ba commit 94d4a32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build_esp32:
1111
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
12-
runs-on: ubuntu-latest
12+
runs-on: self-hosted
1313
steps:
1414
- uses: actions/checkout@v4
1515

@@ -74,7 +74,7 @@ jobs:
7474

7575
build_unix:
7676
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
77-
runs-on: ubuntu-latest
77+
runs-on: self-hosted
7878

7979
steps:
8080
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)