Skip to content

Commit

Permalink
Use ubuntu-latest and rename GHA tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Sep 22, 2023
1 parent 0958370 commit df7fc7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: plone.rest CI
name: Tests
on: [push]
jobs:
build:
runs-on: "ubuntu-20.04" # needed to keep Python 2.7
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit df7fc7d

Please sign in to comment.