Skip to content

Commit 806afb2

Browse files
committed
fix: Update macOS runner to latest version
1 parent a8b9834 commit 806afb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
strategy:
114114
fail-fast: false
115115
matrix:
116-
os: [ubuntu-latest, macos-13, windows-latest]
116+
os: [ubuntu-latest, macos-latest, windows-latest]
117117
runs-on: ${{ matrix.os }}
118118

119119
steps:

0 commit comments

Comments
 (0)