diff --git a/.github/workflows/test-vm.yaml b/.github/workflows/test-vm.yaml index 0293f2b..2d2a901 100644 --- a/.github/workflows/test-vm.yaml +++ b/.github/workflows/test-vm.yaml @@ -12,7 +12,7 @@ jobs: test: # ref: https://github.com/jonashackt/vagrant-github-actions # MIT License - runs-on: macos-10.15 + runs-on: macos-latest strategy: fail-fast: true diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6d17181..c06b951 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -23,9 +23,11 @@ jobs: - "3.8" - "3.9" - "3.10" + - "3.11" + - "3.12" include: - os: macos-latest - python: 3.8 + python: "3.12" steps: - uses: actions/checkout@v2