Skip to content

Commit e14be30

Browse files
authored
Use ubuntu-latest in all the jobs
1 parent 3177b59 commit e14be30

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/snapshot.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ jobs:
2424
run: |
2525
./gradlew publishReleasePublicationToMavenRepository -DLIBRARY_VERSION=${{ github.event.inputs.snapshot-version }}-SNAPSHOT
2626
plugin:
27-
runs-on: [ self-hosted-org, linux ]
28-
container:
29-
image: docker://docker.tuenti.io/android/novum_android:13
27+
runs-on: [ ubuntu-latest ]
3028
steps:
3129
- name: Checkout repo
3230
uses: actions/checkout@v4

0 commit comments

Comments
 (0)