Skip to content

Commit 58ee32e

Browse files
Use ubuntu-latest in publish workflow
Ubuntu 20.04 is being retired from GitHub (actions/runner-images#11101). Definitely churn we shouldn't need to think about (unless it breaks), so just using latest all the time instead.
1 parent ee76ead commit 58ee32e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: push
55
jobs:
66
build-n-publish:
77
name: Build and publish Python 🐍 distributions 📦 to PyPI
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-latest
99
steps:
1010
- uses: SuffolkLITLab/ALActions/publish@main
1111
with:

0 commit comments

Comments
 (0)