mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
[macOS] prepare repository for macOS 13 (#7156)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
Import-Module "$PSScriptRoot/../helpers/Common.Helpers.psm1"
|
||||
Import-Module "$PSScriptRoot/../helpers/Tests.Helpers.psm1" -DisableNameChecking
|
||||
|
||||
$os = Get-OSVersion
|
||||
|
||||
function Get-NativeVersionFormat {
|
||||
param($Version)
|
||||
if ($Version -in "8") {
|
||||
@@ -56,7 +58,7 @@ Describe "Java" {
|
||||
}
|
||||
|
||||
Context "Java Adopt" {
|
||||
Describe "Java Adopt" {
|
||||
Describe "Java Adopt" -Skip:($os.IsVentura) {
|
||||
It "Java Adopt <Version>" -TestCases $adoptCases {
|
||||
$adoptPath = Join-Path (Get-ChildItem ${env:AGENT_TOOLSDIRECTORY}\Java_Adopt_jdk\${Version}*) "x64\Contents\Home\bin\java"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user