From 6842a7d5df9cf163eaf10e366c4fc25a1d82a759 Mon Sep 17 00:00:00 2001 From: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com> Date: Mon, 24 Jun 2024 17:10:06 +0100 Subject: [PATCH] GH Actions: update MacOS version --- .github/workflows/test.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d3520158..6e511dd6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,8 +25,8 @@ jobs: os: ['ubuntu-latest'] python: ['3.8', '3.9'] include: - - os: 'macos-11' - python: '3.8' + - os: 'macos-latest' + python: '3.9' env: PYTEST_ADDOPTS: --cov --color=yes @@ -53,6 +53,9 @@ jobs: export PATH __HERE__ + - name: Patch DNS + uses: MetRonnie/release-actions/patch-dns@patch-dns + - name: Setup Python uses: actions/setup-python@v5 with: