Skip to content

Commit

Permalink
Revert "Merge pull request #580 from brennobemoura/main"
Browse files Browse the repository at this point in the history
This reverts commit 1aba4ca, reversing
changes made to 65540b9.
  • Loading branch information
fwal committed Aug 18, 2023
1 parent 9918c65 commit 52ab8de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]],
Expand Down Expand Up @@ -17926,4 +17925,4 @@ module.exports = JSON.parse('{"/etc/fedora-release":["Fedora"],"/etc/redhat-rele
/******/ module.exports = __webpack_exports__;
/******/
/******/ })()
;
;
1 change: 0 additions & 1 deletion src/swift-versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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]],
Expand Down

0 comments on commit 52ab8de

Please sign in to comment.