Skip to content

Commit b449790

Browse files
authored
Switch macos-13 to macos-15-intel (#211)
1 parent 69d17c9 commit b449790

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
- os: ubuntu-24.04
4242
target: wasm32-unknown-unknown
4343
features: --features wasm --no-default-features
44-
- os: macos-13
44+
- os: macos-15-intel
4545
target: aarch64-apple-ios
46-
- os: macos-13
46+
- os: macos-15-intel
4747
target: x86_64-apple-darwin # 64-bit OSX
4848
- os: macos-14
4949
target: aarch64-apple-darwin # 64-bit M1 OSX
@@ -167,9 +167,3 @@ jobs:
167167
echo '```' >> comment.md
168168
cat comment.md
169169
mv comment.md .github/workflows/comment.md
170-
# This will post a comment to the PR with benchmark results, but it's disabled because it's annoying.
171-
# - uses: harupy/comment-on-pr@c0522c4
172-
# env:
173-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
174-
# with:
175-
# filename: comment.md

0 commit comments

Comments
 (0)