Skip to content

Commit ea4d86a

Browse files
committedDec 9, 2024
fix(ci): update macos runner image to non-deprecated version
1 parent 002f583 commit ea4d86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build-and-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
os: [ubuntu-20.04, windows-2019, macos-12]
14+
os: [ubuntu-20.04, windows-2019, macos-13]
1515

1616
steps:
1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)
Failed to load comments.