Skip to content

Commit 03fb671

Browse files
committed
Downgrade macOS runner to Sonoma
1 parent 70e8259 commit 03fb671

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
os: [windows-latest, ubuntu-22.04, macos-latest]
12+
os: [windows-latest, ubuntu-22.04, macos-14]
1313

1414
steps:
1515
# Prerequisites
@@ -60,7 +60,7 @@ jobs:
6060
strategy:
6161
fail-fast: false
6262
matrix:
63-
os: [windows-latest, ubuntu-22.04, macos-latest]
63+
os: [windows-latest, ubuntu-22.04, macos-14]
6464
framework: ['net462', 'net6.0', 'net8.0']
6565

6666
steps:

.vsts-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
imageName: 'ubuntu-22.04'
88
mac:
99
osName: 'macOS'
10-
imageName: 'macOS-latest'
10+
imageName: 'macOS-14'
1111
windows:
1212
osName: 'Windows'
1313
imageName: 'windows-latest'
@@ -98,15 +98,15 @@ jobs:
9898
framework: net8.0
9999
macos_net462:
100100
osName: macOS
101-
imageName: macOS-latest
101+
imageName: macOS-14
102102
framework: net462
103103
macos_net6_0:
104104
osName: macOS
105-
imageName: macOS-latest
105+
imageName: macOS-14
106106
framework: net6.0
107107
macos_net8_0:
108108
osName: macOS
109-
imageName: macOS-latest
109+
imageName: macOS-14
110110
framework: net8.0
111111
windows_net462:
112112
osName: Windows

0 commit comments

Comments
 (0)