Skip to content

Commit 0b5a37c

Browse files
Switch to ubuntu-latest action runner
The ubuntu-20.04 runner is deprecated (actions/runner-images#11101), we should just be using the latest.
1 parent 557c0ca commit 0b5a37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)