Skip to content

Commit dd301c6

Browse files
committed
get rid of macos-13 in release.yml
1 parent f9c3977 commit dd301c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
test:
1010
strategy:
1111
matrix:
12-
platform: [ubuntu-22.04, macos-13, macos-latest]
12+
platform: [ubuntu-22.04, macos-latest]
1313
runs-on: ${{ matrix.platform }}
1414
steps:
1515
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)