Skip to content

Commit

Permalink
Fix CI to run on the latest Ubuntu (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-sheng authored Oct 20, 2023
1 parent 3b491fa commit d4da569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
- 'v*'
jobs:
CI:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d4da569

Please sign in to comment.