Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ const semver = __importStar(__nccwpck_require__(1383));
const core = __importStar(__nccwpck_require__(2186));
const os_1 = __nccwpck_require__(1855);
const VERSIONS_LIST = [
["6.0.3", [os_1.OS.MacOS, os_1.OS.Ubuntu]],
["6.0.2", [os_1.OS.MacOS, os_1.OS.Ubuntu]],
["6.0.1", [os_1.OS.MacOS, os_1.OS.Ubuntu]],
["6.0.0", [os_1.OS.MacOS, os_1.OS.Ubuntu]],
Expand Down
1 change: 1 addition & 0 deletions src/swift-versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import * as core from "@actions/core";
import { System, OS } from "./os";

const VERSIONS_LIST: [string, OS[]][] = [
["6.0.3", [OS.MacOS, OS.Ubuntu]],
["6.0.2", [OS.MacOS, OS.Ubuntu]],
["6.0.1", [OS.MacOS, OS.Ubuntu]],
["6.0.0", [OS.MacOS, OS.Ubuntu]],
Expand Down
Loading