Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fwal committed Jul 3, 2024
1 parent 7090b9f commit 3aed395
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,8 @@ var OS;
OS.all = all;
})(OS || (exports.OS = OS = {}));
const AVAILABLE_OS = {
macOS: ["latest", "12.0", "11.0", "10.15"],
Ubuntu: ["latest", "22.04", "20.04", "18.04", "16.04"],
macOS: ["latest", "14", "13", "12", "11"],
Ubuntu: ["latest", "24.04", "22.04", "20.04"],
Windows: ["latest", "10"],
};
async function getSystem() {
Expand Down 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 = [
["5.10.1", [os_1.OS.MacOS, os_1.OS.Ubuntu]],
["5.10", [os_1.OS.MacOS, os_1.OS.Ubuntu]],
["5.9.2", [os_1.OS.MacOS, os_1.OS.Ubuntu]],
["5.9.1", [os_1.OS.MacOS, os_1.OS.Ubuntu]],
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-swift",
"version": "2.0.0",
"version": "2.1.0",
"description": "Set up GitHub Actions workflow with Swift support",
"private": true,
"main": "lib/main.js",
Expand Down

0 comments on commit 3aed395

Please sign in to comment.