mirror of
https://github.com/dgelessus/python-rsrcfork.git
synced 2024-12-21 10:30:42 +00:00
Use Ubuntu 20.04 on GitHub Actions for Python 3.6 support (hopefully)
This commit is contained in:
parent
a2663ae85d
commit
d2bbab1f5d
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -3,7 +3,7 @@ jobs:
|
||||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
platform: [macos-latest, ubuntu-latest, windows-latest]
|
||||
platform: [macos-latest, ubuntu-20.04, windows-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user