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 0682b35 commit d660f10Copy full SHA for d660f10
.github/workflows/build_and_test.yml
@@ -43,10 +43,11 @@ jobs:
43
runs-on: macos-15
44
steps:
45
- uses: actions/checkout@v4
46
+ - uses: swift-actions/setup-swift@d10500c1ac8822132eebbd74c48c3372c71d7ff5
47
+ with:
48
+ swift-version: "6.1"
49
- name: Build
- run: |
- docker run swift:6.1 uname -a
- docker run -v $PWD:/orc -w /orc swift:6.1 swift build -v
50
+ run: swift build -v
51
52
build-ubuntu-latest:
53
runs-on: ubuntu-latest
0 commit comments