chore(nix): Add aws-lc-fips 2022/4 (#5109) #9233
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: macOS build and test S2n | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
branches: [main] | |
merge_group: | |
types: [checks_requested] | |
branches: [main] | |
jobs: | |
OSX: | |
runs-on: macos-latest | |
steps: | |
- name: Checkout Dependencies | |
uses: actions/checkout@v4 | |
- name: Prebuild | |
run: | | |
.github/install_osx_dependencies.sh | |
- name: Build | |
run: | | |
.github/s2n_osx.sh |