diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5f29c12..ac2d133 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,11 +16,11 @@ jobs: fail-fast: false matrix: os: - - ["windows", "windows-latest"] - - ["macos", "macos-11"] + - ["windows", "windows-latest"] + - ["macos", "macos-12"] config: - # [Python version, tox env] - - ["3.9", "test"] + # [Python version, tox env] + - ["3.9", "test"] runs-on: ${{ matrix.os[1] }} name: ${{ matrix.os[0] }}-${{ matrix.config[1] }} diff --git a/news/+ignore.tests b/news/+ignore.tests new file mode 100644 index 0000000..69144e2 --- /dev/null +++ b/news/+ignore.tests @@ -0,0 +1 @@ +Bump `macos` GHA runner version, `11` has been deprecated [@gforcada]