Skip to content

Commit b366292

Browse files
committed
fix: macos-15-intel and macos-latest instead of macos-13
1 parent 4724701 commit b366292

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
os:
2323
- { name: "windows", image: "windows-2022" }
2424
- { name: "linux", image: "ubuntu-22.04" }
25-
- { name: "macos-intel", image: "macos-13" }
26-
- { name: "macos", image: "macos-13" }
25+
- { name: "macos-intel", image: "macos-15-intel" }
26+
- { name: "macos", image: "macos-latest" }
2727
runs-on: ${{ matrix.os.image }}
2828
env:
2929
CI: true

0 commit comments

Comments
 (0)