Skip to content

Commit b63d69d

Browse files
committed
ci: remove macOS-15 machine
1 parent 933c99c commit b63d69d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/archive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
xcode: ["26.0"]
1212
os: ["iOS"]
13-
machine: ["macOS-15", "macOS-26"]
13+
machine: ["macOS-26"]
1414
runs-on: ${{ matrix.machine }}
1515
steps:
1616
- uses: actions/checkout@v4

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- macOS
1313
- iOS
1414
- visionOS
15-
machine: ["macOS-15", "macOS-26"]
15+
machine: ["macOS-26"]
1616
runs-on: ${{ matrix.machine }}
1717
steps:
1818
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)