Skip to content

Commit dba9244

Browse files
committed
(build) use macos-15 for build
1 parent 8718f3f commit dba9244

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [windows-latest, ubuntu-latest, macos-13, macos-14]
14+
os: [windows-latest, ubuntu-latest, macos-15]
1515

1616
runs-on: ${{ matrix.os }}
1717
steps:
@@ -44,7 +44,7 @@ jobs:
4444
-
4545
name: 'Upload native packages'
4646
uses: actions/upload-artifact@v4
47-
if: matrix.os != 'windows-latest' && matrix.os != 'macos-13'
47+
if: matrix.os != 'windows-latest'
4848
with:
4949
name: native-${{ runner.os }}
5050
path: ${{ github.workspace }}/artifacts/packages/native/*.tar.gz

.github/workflows/_prepare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
os: [windows-latest, ubuntu-latest, macos-13, macos-14]
10+
os: [windows-latest, ubuntu-latest, macos-15]
1111

1212
runs-on: ${{ matrix.os }}
1313
steps:

.github/workflows/_unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [windows-latest, ubuntu-latest, macos-13, macos-14]
16+
os: [windows-latest, ubuntu-latest, macos-15]
1717
targetFramework: [ '8.0', '6.0' ]
1818

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

0 commit comments

Comments
 (0)