diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2e27077..b9735dc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ on: jobs: main: - runs-on: macos-11 + runs-on: macos-12 strategy: matrix: part: [ @@ -23,9 +23,9 @@ jobs: ] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: "3.8" - name: Install dependencies