Skip to content

Commit

Permalink
Specify versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bliemli committed Dec 22, 2024
1 parent d7f986d commit bb5cded
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manage-poll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
manage-poll:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
env:
DAYS_ADDITION: 21
steps:
Expand All @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.7'
python-version: '3.8'

- run: pip install -r requirements.txt

Expand Down

0 comments on commit bb5cded

Please sign in to comment.