Skip to content

Commit

Permalink
Specify swift version OWASP/wrongsecrets#615
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen committed Feb 24, 2024
1 parent ce0e790 commit b861088
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/compile_swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: swift-actions/setup-swift@65540b95f51493d65f5e59e97dcef9629ddf11bf
- uses: swift-actions/setup-swift@v1
with:
swift-version: "5.9.0"
swift-version: "5.9"
- name: Get swift version
run: swift --version # Swift 5.9.0
run: swift --version # Swift 5.9.x
- name: Compile Swift for MacOS
run: |
echo "compiling for MacOSP"
Expand All @@ -36,11 +36,11 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: swift-actions/setup-swift@65540b95f51493d65f5e59e97dcef9629ddf11bf
- uses: swift-actions/setup-swift@v1
with:
swift-version: "5.9.0"
swift-version: "5.9"
- name: Get swift version
run: swift --version # Swift 5.9.0
run: swift --version # Swift 5.9.x
- name: Compile Swift for glibc linux
run: |
echo "compiling for Linux"
Expand Down

0 comments on commit b861088

Please sign in to comment.