update macos image. macos-11 is no longer supported.

This commit is contained in:
Adam Yoblick 2024-06-24 14:19:10 -05:00
parent 09b5af0bb7
commit c2fcaf7e89
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ jobs:
${{ env.PYDEVD_ATTACH_TO_PROCESS }}\*.pdb
mac-binaries:
runs-on: macos-11
runs-on: macos-latest
steps:
- uses: actions/checkout@v3

View file

@ -83,7 +83,7 @@ jobs:
- job: "Test_MacOS"
timeoutInMinutes: "30"
displayName: "Tests - macOS"
pool: { vmImage: "macOS-11" }
pool: { vmImage: "macOS-latest" }
strategy:
matrix: