Skip to content

Commit 2b7fdc7

Browse files
committed
gha
1 parent 79c02bc commit 2b7fdc7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
build:
1515
name: "Build & Test"
16-
runs-on: selfhosted-ubuntu-medium
16+
runs-on: ubuntu-latest
1717

1818
steps:
1919
- name: Checkout code
@@ -27,7 +27,7 @@ jobs:
2727

2828
test:
2929
name: "Test (develop branch)"
30-
runs-on: selfhosted-ubuntu-medium
30+
runs-on: ubuntu-latest
3131
if: github.ref == 'refs/heads/develop'
3232

3333
steps:
@@ -44,7 +44,7 @@ jobs:
4444

4545
publish:
4646
name: "Publish to Clojars"
47-
runs-on: selfhosted-ubuntu-medium
47+
runs-on: ubuntu-latest
4848
if: startsWith(github.ref, 'refs/tags/')
4949

5050
steps:

0 commit comments

Comments
 (0)