Skip to content

Commit 3aed395

Browse files
committed
Bump version to 2.1.0
1 parent 7090b9f commit 3aed395

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

dist/index.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,8 @@ var OS;
385385
OS.all = all;
386386
})(OS || (exports.OS = OS = {}));
387387
const AVAILABLE_OS = {
388-
macOS: ["latest", "12.0", "11.0", "10.15"],
389-
Ubuntu: ["latest", "22.04", "20.04", "18.04", "16.04"],
388+
macOS: ["latest", "14", "13", "12", "11"],
389+
Ubuntu: ["latest", "24.04", "22.04", "20.04"],
390390
Windows: ["latest", "10"],
391391
};
392392
async function getSystem() {
@@ -460,6 +460,7 @@ const semver = __importStar(__nccwpck_require__(1383));
460460
const core = __importStar(__nccwpck_require__(2186));
461461
const os_1 = __nccwpck_require__(1855);
462462
const VERSIONS_LIST = [
463+
["5.10.1", [os_1.OS.MacOS, os_1.OS.Ubuntu]],
463464
["5.10", [os_1.OS.MacOS, os_1.OS.Ubuntu]],
464465
["5.9.2", [os_1.OS.MacOS, os_1.OS.Ubuntu]],
465466
["5.9.1", [os_1.OS.MacOS, os_1.OS.Ubuntu]],

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-swift",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Set up GitHub Actions workflow with Swift support",
55
"private": true,
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)