Skip to content

Commit

Permalink
ci: migrate ubuntu-latest to ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 authored Dec 4, 2024
1 parent c1b67d9 commit 9f36d3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ env:

jobs:
testing:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
environment: github-actions-ci
strategy:
matrix:
PYTHON_VERSION: [3.8]
PYTHON_VERSION: [3.9]
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 9f36d3b

Please sign in to comment.