Skip to content

Commit

Permalink
Revert "chore(test): downgrade test runner to ubuntu-20.04"
Browse files Browse the repository at this point in the history
This reverts commit a895cee.
  • Loading branch information
nils-wisiol committed Aug 30, 2024
1 parent a895cee commit f38ded7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

test-missing-migrations:
# test if Django migrations are missing
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
Expand All @@ -68,7 +68,7 @@ jobs:

test-e2e2:
# runs e2e2 tests
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
Expand All @@ -85,7 +85,7 @@ jobs:
test-api:
# runs API tests
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down

0 comments on commit f38ded7

Please sign in to comment.