Skip to content

Commit 670e4af

Browse files
committed
Maybe they'll do it for me?
1 parent 100cbe3 commit 670e4af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build_ed25519:
1111
name: Build dependent library
12-
runs-on: self-hosted
12+
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@master
1515
with:
@@ -30,7 +30,7 @@ jobs:
3030
run_tests:
3131
name: Run tests
3232
needs: build_ed25519
33-
runs-on: self-hosted
33+
runs-on: ubuntu-latest
3434
steps:
3535
- uses: actions/checkout@master
3636
- name: Download library
@@ -49,7 +49,7 @@ jobs:
4949
build_android:
5050
name: Build android app
5151
needs: run_tests
52-
runs-on: self-hosted
52+
runs-on: ubuntu-latest
5353
steps:
5454
- uses: actions/checkout@master
5555

0 commit comments

Comments
 (0)