Skip to content

Commit c998303

Browse files
committed
up
1 parent 744b932 commit c998303

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/_unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
macos:
4444
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
4545
with:
46-
runner: macos-m1-stable
46+
runner: macos-15
4747
python-version: '3.11'
4848
submodules: 'recursive'
4949
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}

backends/apple/coreml/test/test_torch_ops.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
#
33
# Please refer to the license found in the LICENSE file in the root directory of the source tree.
44

5+
<<<<<<< HEAD
56
import platform
7+
=======
8+
>>>>>>> 921dafe9b (up)
69
import sys
710
import unittest
811

0 commit comments

Comments
 (0)