Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
MAINT: Remove unneeded os's
Browse files Browse the repository at this point in the history
  • Loading branch information
khalford committed Oct 21, 2024
1 parent e326c0b commit 970f2b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ name: Lint
on: [push, pull_request]
jobs:
test_and_lint:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
matrix:
os: ['ubuntu-22.04', 'ubuntu-latest']
python-version: [ "3.12", "3.x" ]
steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ name: Unit Test
on: [push, pull_request]
jobs:
test_and_lint:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
matrix:
os: ['ubuntu-22.04', 'ubuntu-latest']
python-version: [ "3.12", "3.x" ]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 970f2b1

Please sign in to comment.