Skip to content

Commit

Permalink
Change CI target OS ubuntu-22.04 to 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
moshi4 committed Dec 21, 2024
1 parent ebf8c0f commit 609a116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-24.04, macos-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- name: Checkout
Expand Down

0 comments on commit 609a116

Please sign in to comment.