We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a7b46a commit ac9671dCopy full SHA for ac9671d
1 file changed
.github/workflows/swift.yml
@@ -48,7 +48,7 @@ jobs:
48
if: "${{ github.event.inputs.PREP == '' && github.event.inputs.RELEASE == '' }}"
49
uses: optimizely/swift-sdk/.github/workflows/unit_tests.yml@master
50
prepare_for_release:
51
- runs-on: macos-15
+ runs-on: macos-14
52
if: "${{ github.event.inputs.PREP == 'true' && github.event_name == 'workflow_dispatch' }}"
53
steps:
54
- uses: actions/checkout@v3
0 commit comments