Skip to content

Commit 0c6726e

Browse files
committed
build: migrate build runner from ubuntu-20.04 to ubuntu nightly
Support for Ubuntu 20.04 on build runners as been discontinued by GitHub, hence pipelines are getting cancelled. see: [https://github.com/actions/runner-images/issues/11101](https://github.com/actions/runner-images/issues/11101), for full info
1 parent faa3bf8 commit 0c6726e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
build:
77
name: build (Python ${{ matrix.python-version }}, Django ${{ matrix.django-version }})
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-latest
99
strategy:
1010
fail-fast: false
1111
matrix:

0 commit comments

Comments
 (0)