Skip to content

Commit

Permalink
remove macos up the versions
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Dec 26, 2023
1 parent 2da9809 commit 42bd463
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ on: push
jobs:
tester:
name: Test the code
runs-on: [ubuntu-latest, macos-latest, windows-latest]
runs-on: [ubuntu-latest, windows-latest]
strategy:
matrix:
python-version: [3.8, '3.10']

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Python setup
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
architecture: 'x64'
Expand Down

0 comments on commit 42bd463

Please sign in to comment.