Skip to content

Commit

Permalink
fix(ci): create release should run in ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
tyteen4a03 committed Mar 3, 2024
1 parent 9d630e0 commit d35717f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

create_release:
needs: [build_sdist, cibw_wheels]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Get version
Expand Down

0 comments on commit d35717f

Please sign in to comment.