Skip to content

Commit

Permalink
Revert "ci: reduce CI runners"
Browse files Browse the repository at this point in the history
This reverts commit 105c6c4.
  • Loading branch information
Edward-Jackson-ONS committed Aug 20, 2024
1 parent a67db0c commit a6d9855
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
permissions:
contents: read
id-token: write
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.10", 3.11, 3.12]

steps:
Expand Down

0 comments on commit a6d9855

Please sign in to comment.