Skip to content

Commit

Permalink
ci: fix runner tag; update setup-python action
Browse files Browse the repository at this point in the history
  • Loading branch information
aravinda0 committed Aug 12, 2024
1 parent cdd4ee5 commit b395c79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ on:

jobs:
build:
runs-on: ubuntu:24.04
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: ["3.10", "3.11"]
fail-fast: false
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Set up pip cache
Expand Down

0 comments on commit b395c79

Please sign in to comment.