Skip to content

Commit

Permalink
Don't use macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev committed Apr 25, 2024
1 parent 3edae22 commit e9ab8a6
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/templates/test-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: test-ios
_: #@ template.replace(testDefinition())
jobs:
test-xamarin:
runs-on: macos-latest
runs-on: macos-13
name: Xamarin.iOS
timeout-minutes: 90
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/templates/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: test-macos
_: #@ template.replace(testDefinition())
jobs:
test-xamarin:
runs-on: macos-latest
runs-on: macos-13
name: Xamarin.macOS
timeout-minutes: 60
steps:
Expand All @@ -17,7 +17,7 @@ jobs:
run: #@ "Tests/Tests.XamarinMac/bin/" + configuration + "/Tests.XamarinMac.app/Contents/MacOS/Tests.XamarinMac --headless --result=${{ github.workspace }}/TestResults.XamarinMac.xml --labels=All" + baasTestArgs("xamarinmacos")
- #@ publishTestsResults("TestResults.XamarinMac.xml", "Xamarin.macOS")
test-maui:
runs-on: macos-12
runs-on: macos-13
name: Maui.MacCatalyst
timeout-minutes: 60
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/templates/test-net-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runtime: win-x64
- runner: ubuntu-latest
runtime: linux-x64
- runner: macos-latest
- runner: macos-13
runtime: osx-x64
framework: ${{ fromJson(inputs.framework) }}
include:
Expand Down
2 changes: 1 addition & 1 deletion .github/templates/test-tvos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: test-tvos
_: #@ template.replace(testDefinition())
jobs:
test-xamarin:
runs-on: macos-latest
runs-on: macos-13
name: Xamarin.tvOS
timeout-minutes: 45
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/templates/test-weaver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
runtime: win-x64
- runner: ubuntu-latest
runtime: linux-x64
- runner: macos-latest
runtime: osx-x64
- runner: macos-14
runtime: osx-arm64
runs-on: ${{ matrix.os.runner }}
name: Weaver
timeout-minutes: 30
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
DOTNET_NOLOGO: true
jobs:
test-xamarin:
runs-on: macos-latest
runs-on: macos-13
name: Xamarin.iOS
timeout-minutes: 90
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
DOTNET_NOLOGO: true
jobs:
test-xamarin:
runs-on: macos-latest
runs-on: macos-13
name: Xamarin.macOS
timeout-minutes: 60
steps:
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
path-replace-backslashes: true
fail-on-error: false
test-maui:
runs-on: macos-12
runs-on: macos-13
name: Maui.MacCatalyst
timeout-minutes: 60
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-net-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runtime: win-x64
- runner: ubuntu-latest
runtime: linux-x64
- runner: macos-latest
- runner: macos-13
runtime: osx-x64
framework: ${{ fromJson(inputs.framework) }}
include:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-tvos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
DOTNET_NOLOGO: true
jobs:
test-xamarin:
runs-on: macos-latest
runs-on: macos-13
name: Xamarin.tvOS
timeout-minutes: 45
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-weaver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
runtime: win-x64
- runner: ubuntu-latest
runtime: linux-x64
- runner: macos-latest
runtime: osx-x64
- runner: macos-14
runtime: osx-arm64
runs-on: ${{ matrix.os.runner }}
name: Weaver
timeout-minutes: 30
Expand Down

0 comments on commit e9ab8a6

Please sign in to comment.