Skip to content

Commit d52f538

Browse files
authored
Update macos-13 runner to 15 ahead of deprecation (#36)
* Update macos runner ahead of deprecation * Update macos runner ahead of deprecation
1 parent 1193126 commit d52f538

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ (inputs.multi-platform-build && matrix.os) || 'ubuntu-latest' }}
1313
strategy:
1414
matrix:
15-
os: [ubuntu-22.04, windows-2022, macos-13]
15+
os: [ubuntu-22.04, windows-2022, macos-15]
1616
steps:
1717
- uses: actions/checkout@v3
1818

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
needs: build-dependencies
1919
strategy:
2020
matrix:
21-
os: [ubuntu-22.04, windows-2022, macos-13]
21+
os: [ubuntu-22.04, windows-2022, macos-15]
2222

2323
steps:
2424
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)