Skip to content

Commit

Permalink
Remove 5.7 from windows
Browse files Browse the repository at this point in the history
  • Loading branch information
fwal committed Sep 13, 2022
1 parent 592b31a commit 87c8847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swift-versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as core from "@actions/core";
import { System, OS } from "./os";

const VERSIONS_LIST: [string, OS[]][] = [
["5.7", OS.all()],
["5.7", [OS.MacOS, OS.Ubuntu]],
["5.6.3", OS.all()],
["5.6.2", OS.all()],
["5.6.1", OS.all()],
Expand Down

0 comments on commit 87c8847

Please sign in to comment.