Skip to content

Commit

Permalink
Merge pull request #391 from pykale/release-use-ubuntu-latest
Browse files Browse the repository at this point in the history
Release use ubuntu-latest
  • Loading branch information
haipinglu committed Jul 13, 2023
2 parents 5120c28 + bd38924 commit a1b5f91
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 @@ -10,7 +10,7 @@ on:
jobs:
build-n-publish:
name: Release on PyPI
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Python 3.8
Expand Down

0 comments on commit a1b5f91

Please sign in to comment.