We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 100cbe3 commit 670e4afCopy full SHA for 670e4af
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
build_ed25519:
11
name: Build dependent library
12
- runs-on: self-hosted
+ runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@master
15
with:
@@ -30,7 +30,7 @@ jobs:
30
run_tests:
31
name: Run tests
32
needs: build_ed25519
33
34
35
36
- name: Download library
@@ -49,7 +49,7 @@ jobs:
49
build_android:
50
name: Build android app
51
needs: run_tests
52
53
54
55
0 commit comments