Skip to content

Commit 7f8ecaa

Browse files
committed
try unspecifying the runner
1 parent f06f02d commit 7f8ecaa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111
jobs:
1212
build:
1313
name: Build thesis PDFs
14-
runs-on: ubuntu-latest
1514
container: { image: 'aergus/latex' }
1615

1716
steps:
@@ -27,7 +26,6 @@ jobs:
2726
2827
verify:
2928
name: Verify PDF/A
30-
runs-on: ubuntu-latest
3129
needs: build
3230
container: { image: 'ghcr.io/mff-cuni-cz/cuni-thesis-validator' }
3331

0 commit comments

Comments
 (0)