Skip to content

Commit c0e76ef

Browse files
authored
ci: use macos-15-intel (#203)
* ci: use `macos-15-intel` The macOS-13 based runner images are being deprecated, consider switching to macOS-15 (macos-15-intel) or macOS 15 arm64 (macos-latest) instead. For more details see actions/runner-images#13046 * ci: fix CI.yml - remove dup `pull_request:`
1 parent c733f17 commit c0e76ef

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ on:
77
- master
88
- main
99
tags: ['*']
10-
pull_request:
11-
workflow_dispatch:
10+
workflow_dispatch:
1211

1312
concurrency:
1413
# Skip intermediate builds: always.
@@ -40,7 +39,7 @@ jobs:
4039
- os: macos-latest
4140
version: '1.0'
4241
include:
43-
- os: macos-13 # Intel
42+
- os: macos-15-intel # Intel
4443
version: '1.0'
4544
steps:
4645
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)