Skip to content
Snippets Groups Projects
Commit 9f597449 authored by Joel Takvorian's avatar Joel Takvorian
Browse files

gh workflow: use ubuntu-latest

parent 24ff94ff
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ on: ...@@ -6,7 +6,7 @@ on:
jobs: jobs:
rm-ok-to-test: rm-ok-to-test:
if: contains(github.event.pull_request.labels.*.name, 'ok-to-test') if: contains(github.event.pull_request.labels.*.name, 'ok-to-test')
runs-on: ubuntu-20.04 runs-on: ubuntu-latest
name: Remove ok-to-test name: Remove ok-to-test
steps: steps:
- uses: actions-ecosystem/action-remove-labels@v1 - uses: actions-ecosystem/action-remove-labels@v1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment