Skip to content

Commit cb544ed

Browse files
committed
ci(workflows): Upgrade macOS runner to macos-26
1 parent 1182248 commit cb544ed

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ on:
44
env:
55
DOTNET_INSTALL_DIR: "./.dotnet"
66
DOTNET_ROLL_FORWARD: "Major"
7-
7+
88
jobs:
99
build:
1010
name: ${{ matrix.os }}
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [windows-2025, ubuntu-24.04, macos-15]
14+
os: [windows-2025, ubuntu-24.04, macos-26]
1515

1616
runs-on: ${{ matrix.os }}
1717
steps:

.github/workflows/_prepare.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os: [windows-2025, ubuntu-24.04, macos-15]
21+
os: [windows-2025, ubuntu-24.04, macos-26]
2222

2323
runs-on: ${{ matrix.os }}
2424
steps:
@@ -69,4 +69,4 @@ jobs:
6969
name: '[Matrix]'
7070
id: set_matrix
7171
shell: pwsh
72-
run: dotnet run/config.dll --target=SetMatrix
72+
run: dotnet run/config.dll --target=SetMatrix

.github/workflows/_unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
os: [ windows-2025, ubuntu-24.04, macos-15 ]
19+
os: [ windows-2025, ubuntu-24.04, macos-26 ]
2020
dotnet_version: ${{ fromJson(inputs.dotnet_versions) }}
2121

2222
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)