Skip to content

Commit

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

steps:
Expand Down

0 comments on commit 105c6c4

Please sign in to comment.