Skip to content

Commit

Permalink
Test on macos 13 and macos 14
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed May 18, 2024
1 parent 61637ac commit 1b02098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
run_test_site:
name: ${{ matrix.os }}-${{ matrix.PACKAGE_MANAGER }}-py${{ matrix.PYTHON_VERSION }}${{ matrix.LABEL }}
runs-on: ${{ matrix.os }}-latest
runs-on: ${{ matrix.os }}
timeout-minutes: 30
env:
PIP_ARGS: '-e .'
Expand All @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu", "macos", "windows"]
os: ["ubuntu-latest", "macos-13", "macos-latest", "windows-latest"]
PYTHON_VERSION: ['3.8', '3.10', '3.12']
PACKAGE_MANAGER: [conda, pip]
ENVIRONMENT_NAME: ["test_env"]
Expand Down

0 comments on commit 1b02098

Please sign in to comment.