Skip to content

Commit

Permalink
upgrade ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
christophkloeffel committed Oct 11, 2024
1 parent 7a8d6f7 commit 4db6a88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
jobs:
lint:
name: PyLint
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Install dependencies
Expand All @@ -29,7 +29,7 @@ jobs:
if: success()
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
os: [ubuntu-24.04, windows-latest, macos-13, macos-14]
py-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
include:
- os: macos-13
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
integration-tests:
name: Integration tests
needs: test
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Install python version
Expand Down

0 comments on commit 4db6a88

Please sign in to comment.