diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25c7fe72a..a9752279e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: fail-fast: false matrix: python-version: ["3.8", "3.9", "3.10", "3.11"] - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest, windows-latest, macos-13] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} @@ -56,4 +56,4 @@ jobs: - uses: codecov/codecov-action@v4 env: - CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}} \ No newline at end of file + CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}