Skip to content

Commit 54b6830

Browse files
committed
Add Swift 6.2.1
1 parent ae1af08 commit 54b6830

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/swift-versions.ts

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

55
const VERSIONS_LIST: [string, OS[]][] = [
6+
["6.2.1", [OS.MacOS, OS.Ubuntu]],
67
["6.2", [OS.MacOS, OS.Ubuntu]],
78
["6.1.3", [OS.MacOS, OS.Ubuntu]],
89
["6.1.2", [OS.MacOS, OS.Ubuntu]],

0 commit comments

Comments
 (0)