Skip to content

Commit

Permalink
Remove TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Aug 2, 2024
1 parent c423d9b commit af502c0
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ on:
otp-ref:
openssl-version:
default: "3.1.6"

# TODO: remove push: before merging
push:
concurrency: builds_txt
jobs:
schedule:
Expand All @@ -32,12 +29,10 @@ jobs:
if: github.event.inputs
runs-on: macos-latest
env:
# TODO: Remove ` || ...` before merging.
OTP_REF_NAME: ${{ inputs.otp-ref-name || 'OTP-27.0.1' }}
OPENSSL_VERSION: ${{ inputs.openssl-version || '3.1.6' }}
OTP_REF_NAME: ${{ inputs.otp-ref-name }}
OPENSSL_VERSION: ${{ inputs.openssl-version }}
OTP_DIR: /tmp/builds/otp-${{ inputs.otp-ref-name || 'OTP-27.0.1' }}-openssl-${{ inputs.openssl-version || '3.1.6' }}-macos-${{ matrix.arch }}
# TODO: use {{ github.sha }}
OTP_REF: ${{ inputs.otp-ref || 'ee9628e7ed09ef02e767994a6da5b7a225316aaa' }}
OTP_REF: ${{ inputs.otp-ref }}
strategy:
matrix:
arch: [amd64, arm64]
Expand Down

0 comments on commit af502c0

Please sign in to comment.