Skip to content

Commit 9ccfd7f

Browse files
committed
[FIX] Use ubuntu-latest on GitHub Actions
The "Publish new version to TER"-job used not available Ubuntu 20.04.
1 parent 70b6c6c commit 9ccfd7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
name: Publish new version to TER
160160
needs: tests
161161
if: startsWith(github.ref, 'refs/tags/')
162-
runs-on: ubuntu-20.04
162+
runs-on: ubuntu-latest
163163
env:
164164
TYPO3_API_TOKEN: ${{ secrets.TYPO3_API_TOKEN }}
165165

0 commit comments

Comments
 (0)