diff --git a/macOS/macos-images.yml b/macOS/macos-images.yml index c9974813..1d9fabd6 100644 --- a/macOS/macos-images.yml +++ b/macOS/macos-images.yml @@ -38,6 +38,16 @@ jobs: - pwsh: | Write-Host "`$PSVersionTable.OS" $PSVersionTable.OS +- job: macOS13arm64 + pool: + vmImage: 'macOS-13-arm64' + steps: + - bash: | + echo Hello from macOS Ventura + sw_vers + - pwsh: | + Write-Host "`$PSVersionTable.OS" + $PSVersionTable.OS - job: macOSlatest pool: vmImage: 'macOS-latest'