Commit 53c16e8
authored
Bump deprecated ubuntu-20.04 runners to 22.04 (#46)
<!-- Provide a general summary of your changes in the Title above -->
## Description
GitHub Actions ubuntu-20.04 runners were deprecated, causing the
legacy-python tests to fail. The runner OS for legacy tests was bumped
to ubuntu-22.04 to resolve this.
## Types of Changes
<!-- Please select all items that apply, either now or after creating
the pull request: -->
- [ ] Documentation update
- [x] Bug fix
- [ ] New feature
- [ ] Breaking change<sup>1</sup>
<sup>1</sup>The change breaks (or has the potential to break) existing
functionality and should be merged into the `breaking` branch
## Checklist:
<!-- Please select all items that apply either now or after creating the
pull request. -->
- [ ] I am familiar with the [Development
Guidelines](https://github.com/glotzerlab/parsnip/blob/main/doc/source/development.rst)
- [ ] The changes introduced by this pull request are covered by
existing or newly introduced tests.
- [ ] I have updated the
[changelog](https://github.com/glotzerlab/parsnip/blob/main/ChangeLog.rst)
and added my name to the
[credits](https://github.com/glotzerlab/parsnip/blob/main/doc/source/credits.rst).1 parent 5925504 commit 53c16e8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments