We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 592b31a commit 87c8847Copy full SHA for 87c8847
src/swift-versions.ts
@@ -3,7 +3,7 @@ import * as core from "@actions/core";
3
import { System, OS } from "./os";
4
5
const VERSIONS_LIST: [string, OS[]][] = [
6
- ["5.7", OS.all()],
+ ["5.7", [OS.MacOS, OS.Ubuntu]],
7
["5.6.3", OS.all()],
8
["5.6.2", OS.all()],
9
["5.6.1", OS.all()],
0 commit comments