From 257427b4029fc5742521337f0e583940ff722822 Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 23 Apr 2024 13:18:13 +0200 Subject: [PATCH] update Python versions in test matrix --- .github/workflows/test-vm.yaml | 2 +- .github/workflows/test.yaml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-vm.yaml b/.github/workflows/test-vm.yaml index 0293f2b..438d340 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-13 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