Skip to content

Commit 87c8847

Browse files
committed
Remove 5.7 from windows
1 parent 592b31a commit 87c8847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/swift-versions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import * as core from "@actions/core";
33
import { System, OS } from "./os";
44

55
const VERSIONS_LIST: [string, OS[]][] = [
6-
["5.7", OS.all()],
6+
["5.7", [OS.MacOS, OS.Ubuntu]],
77
["5.6.3", OS.all()],
88
["5.6.2", OS.all()],
99
["5.6.1", OS.all()],

0 commit comments

Comments
 (0)