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

Commit 970f2b1

Browse files
committed
MAINT: Remove unneeded os's
1 parent e326c0b commit 970f2b1

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ name: Lint
22
on: [push, pull_request]
33
jobs:
44
test_and_lint:
5-
runs-on: ${{ matrix.os }}
5+
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
os: ['ubuntu-22.04', 'ubuntu-latest']
98
python-version: [ "3.12", "3.x" ]
109
steps:
1110
- uses: actions/checkout@v4

.github/workflows/test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ name: Unit Test
22
on: [push, pull_request]
33
jobs:
44
test_and_lint:
5-
runs-on: ${{ matrix.os }}
5+
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
os: ['ubuntu-22.04', 'ubuntu-latest']
98
python-version: [ "3.12", "3.x" ]
109
steps:
1110
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)