Skip to content

Commit

Permalink
Bump the build_deploy Ubuntu version
Browse files Browse the repository at this point in the history
18.04 is no longer supported by Github actions.
  • Loading branch information
Kyle-Verhoog committed Mar 29, 2024
1 parent 72f179a commit 1a9f244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build_wheel:
name: Build wheels
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 1a9f244

Please sign in to comment.