Skip to content

Commit

Permalink
CI: run on Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
jotelha committed Nov 20, 2023
1 parent db93533 commit 0e5027a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: livMatS/dtool-lookup-gui/.github/workflows/build-on-macos.yml@2023-11-13-pyproject-toml

publish-on-pypi:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-on-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

build:

runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:

Expand Down

0 comments on commit 0e5027a

Please sign in to comment.