Skip to content

Commit

Permalink
Run tests on macOS 13 instead of macOS 12
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Oct 2, 2024
1 parent d2146df commit 1850252
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ stages:
imageName: 'windows-2019'
Windows_Server_2022:
imageName: 'windows-2022'
macOS_12:
imageName: 'macOS-12'
macOS_13:
imageName: 'macOS-13'
macOS_14:
imageName: 'macOS-14'
Ubuntu_20_04:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ stages:
imageName: 'windows-2019'
Windows_Server_2022:
imageName: 'windows-2022'
macOS_12:
imageName: 'macOS-12'
macOS_13:
imageName: 'macOS-13'
macOS_14:
imageName: 'macOS-14'
Ubuntu_20_04:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ stages:
imageName: 'windows-2019'
Windows_Server_2022:
imageName: 'windows-2022'
macOS_12:
imageName: 'macOS-12'
macOS_13:
imageName: 'macOS-13'
macOS_14:
imageName: 'macOS-14'
Ubuntu_20_04:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ stages:
imageName: 'windows-2019'
Windows_Server_2022:
imageName: 'windows-2022'
macOS_12:
imageName: 'macOS-12'
macOS_13:
imageName: 'macOS-13'
macOS_14:
imageName: 'macOS-14'
Ubuntu_20_04:
Expand All @@ -37,8 +37,8 @@ stages:
imageName: 'windows-2019'
Windows_Server_2022:
imageName: 'windows-2022'
macOS_12:
imageName: 'macOS-12'
macOS_13:
imageName: 'macOS-13'
macOS_14:
imageName: 'macOS-14'
Ubuntu_20_04:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ stages:
imageName: 'windows-2019'
Windows_Server_2022:
imageName: 'windows-2022'
macOS_12:
imageName: 'macOS-12'
macOS_13:
imageName: 'macOS-13'
macOS_14:
imageName: 'macOS-14'
Ubuntu_20_04:
Expand All @@ -40,8 +40,8 @@ stages:
imageName: 'windows-2019'
Windows_Server_2022:
imageName: 'windows-2022'
macOS_12:
imageName: 'macOS-12'
macOS_13:
imageName: 'macOS-13'
macOS_14:
imageName: 'macOS-14'
Ubuntu_20_04:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ stages:
imageName: 'windows-2019'
Windows_Server_2022:
imageName: 'windows-2022'
macOS_12:
imageName: 'macOS-12'
macOS_13:
imageName: 'macOS-13'
macOS_14:
imageName: 'macOS-14'
Ubuntu_20_04:
Expand All @@ -40,8 +40,8 @@ stages:
imageName: 'windows-2019'
Windows_Server_2022:
imageName: 'windows-2022'
macOS_12:
imageName: 'macOS-12'
macOS_13:
imageName: 'macOS-13'
macOS_14:
imageName: 'macOS-14'
Ubuntu_20_04:
Expand All @@ -67,8 +67,8 @@ stages:
imageName: 'windows-2019'
Windows_Server_2022:
imageName: 'windows-2022'
macOS_12:
imageName: 'macOS-12'
macOS_13:
imageName: 'macOS-13'
macOS_14:
imageName: 'macOS-14'
Ubuntu_20_04:
Expand All @@ -94,8 +94,8 @@ stages:
imageName: 'windows-2019'
Windows_Server_2022:
imageName: 'windows-2022'
macOS_12:
imageName: 'macOS-12'
macOS_13:
imageName: 'macOS-13'
macOS_14:
imageName: 'macOS-14'
Ubuntu_20_04:
Expand Down
2 changes: 1 addition & 1 deletion .azuredevops/pipelines/templates/stages/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ stages:
Ubuntu:
imageName: 'ubuntu-22.04'
macOS:
imageName: 'macOS-12'
imageName: 'macOS-13'
pool:
vmImage: $(imageName)
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integrationtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
os: [
windows-2019, windows-2022,
ubuntu-20.04, ubuntu-22.04,
macos-12, macos-14]
macos-13, macos-14]
dotnet: [6.x, 7.x, 8.x]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -70,7 +70,7 @@ jobs:
os: [
windows-2019, windows-2022,
ubuntu-20.04, ubuntu-22.04,
macos-12, macos-14]
macos-13, macos-14]
dotnet: [6.x, 7.x, 8.x]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
windows-2019, windows-2022,
ubuntu-20.04, ubuntu-22.04,
# Cake.Recipe currently does not support macOS 14 (M1)
macos-12, macos-13]
macos-13]
runs-on: ${{ matrix.os }}
steps:
- name: Get the sources
Expand Down
20 changes: 10 additions & 10 deletions CiStatus.md

Large diffs are not rendered by default.

0 comments on commit 1850252

Please sign in to comment.