Skip to content

Commit

Permalink
Merge pull request #80 from personnummer/ubuntu-version
Browse files Browse the repository at this point in the history
Run tests on Ubuntu 22.04

Tests are breaking on 24.04 (https://github.com/personnummer/python/actions/runs/12318663147) as the new version does not supports Python 3.7.

Switching to 22.04 for now and probably drop support for 3.7 in a future update.

news: actions/runner-images#10636
  • Loading branch information
dannyhajj authored Dec 13, 2024
2 parents bd26ae4 + 8c9aeb4 commit aaf66ec
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
name: test
name: Run tests

on:
push:
branches:
- master

# Allow running workflow manually
workflow_dispatch:

# Run tests for any PRs.
pull_request:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
max-parallel: 1
Expand Down

0 comments on commit aaf66ec

Please sign in to comment.