Skip to content

Commit 940a50c

Browse files
authored
update ubuntu image for release action to latest (#899)
1 parent 557fd33 commit 940a50c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212

1313
jobs:
1414
build_wheels:
15-
name: Build wheels on Ubuntu 20.04
16-
runs-on: ubuntu-20.04
15+
name: Build wheels on Ubuntu latest
16+
runs-on: ubuntu-latest
1717
if: github.event_name == 'release' && github.event.action == 'published'
1818
steps:
1919
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)