From 52ab8dee6eac5eb101cbcaa969673adb3c12b3e3 Mon Sep 17 00:00:00 2001 From: Frederik Wallner Date: Fri, 18 Aug 2023 17:57:28 +0200 Subject: [PATCH] Revert "Merge pull request #580 from brennobemoura/main" This reverts commit 1aba4ca78fc4af00bb2f5c750cf2b188f065f1f9, reversing changes made to 65540b95f51493d65f5e59e97dcef9629ddf11bf. --- dist/index.js | 3 +-- src/swift-versions.ts | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/dist/index.js b/dist/index.js index 4858949e..28ea5e58 100644 --- a/dist/index.js +++ b/dist/index.js @@ -540,7 +540,6 @@ const semver = __importStar(__nccwpck_require__(1383)); const core = __importStar(__nccwpck_require__(2186)); const os_1 = __nccwpck_require__(1855); const VERSIONS_LIST = [ - ["5.9", [os_1.OS.MacOS, os_1.OS.Ubuntu]], ["5.8", [os_1.OS.MacOS, os_1.OS.Ubuntu]], ["5.7.3", [os_1.OS.MacOS, os_1.OS.Ubuntu]], ["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 /******/ module.exports = __webpack_exports__; /******/ /******/ })() -; +; \ No newline at end of file diff --git a/src/swift-versions.ts b/src/swift-versions.ts index e5369a0e..714be7f7 100644 --- a/src/swift-versions.ts +++ b/src/swift-versions.ts @@ -3,7 +3,6 @@ import * as core from "@actions/core"; import { System, OS } from "./os"; const VERSIONS_LIST: [string, OS[]][] = [ - ["5.9", [OS.MacOS, OS.Ubuntu]], ["5.8", [OS.MacOS, OS.Ubuntu]], ["5.7.3", [OS.MacOS, OS.Ubuntu]], ["5.7.2", [OS.MacOS, OS.Ubuntu]],