Skip to content

Commit 52ab8de

Browse files
committed
Revert "Merge pull request #580 from brennobemoura/main"
This reverts commit 1aba4ca, reversing changes made to 65540b9.
1 parent 9918c65 commit 52ab8de

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

dist/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,6 @@ const semver = __importStar(__nccwpck_require__(1383));
540540
const core = __importStar(__nccwpck_require__(2186));
541541
const os_1 = __nccwpck_require__(1855);
542542
const VERSIONS_LIST = [
543-
["5.9", [os_1.OS.MacOS, os_1.OS.Ubuntu]],
544543
["5.8", [os_1.OS.MacOS, os_1.OS.Ubuntu]],
545544
["5.7.3", [os_1.OS.MacOS, os_1.OS.Ubuntu]],
546545
["5.7.2", [os_1.OS.MacOS, os_1.OS.Ubuntu]],
@@ -17926,4 +17925,4 @@ module.exports = JSON.parse('{"/etc/fedora-release":["Fedora"],"/etc/redhat-rele
1792617925
/******/ module.exports = __webpack_exports__;
1792717926
/******/
1792817927
/******/ })()
17929-
;
17928+
;

src/swift-versions.ts

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

55
const VERSIONS_LIST: [string, OS[]][] = [
6-
["5.9", [OS.MacOS, OS.Ubuntu]],
76
["5.8", [OS.MacOS, OS.Ubuntu]],
87
["5.7.3", [OS.MacOS, OS.Ubuntu]],
98
["5.7.2", [OS.MacOS, OS.Ubuntu]],

0 commit comments

Comments
 (0)