File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4646 dotnet-version : ${{ matrix.dotnet-version }}
4747
4848 - name : Setup .NET OpenSSL on Mac
49- if : matrix.os == 'macos-14' && matrix.language == 'net'
49+ if : matrix.os == 'macos-14'
5050 run : |
5151 brew install openssl@3
5252 echo "DYLD_LIBRARY_PATH=$(brew --prefix openssl@3)/lib" >> $GITHUB_ENV
Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ jobs:
4747 dotnet-version : ${{ matrix.dotnet-version }}
4848
4949 - name : Setup .NET OpenSSL on Mac
50- if : matrix.os == 'macos-14' && matrix.language == 'net'
50+ if : matrix.os == 'macos-14'
5151 run : |
5252 brew install openssl@3
5353 echo "DYLD_LIBRARY_PATH=$(brew --prefix openssl@3)/lib" >> $GITHUB_ENV
5454 echo "DOTNET_CRYPTO_ENGINE_ADAPTER=System.Security.Cryptography.Algorithms.Managed" >> $GITHUB_ENV
5555
5656 - name : Setup .NET OpenSSL on Mac
57- if : matrix.os == 'macos-14' && matrix.language == 'net'
57+ if : matrix.os == 'macos-14'
5858 run : |
5959 brew install openssl@3
6060 echo "DYLD_LIBRARY_PATH=$(brew --prefix openssl@3)/lib" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 8989 dotnet-version : ${{ matrix.dotnet-version }}
9090
9191 - name : Setup .NET OpenSSL on Mac
92- if : matrix.os == 'macos-14' && matrix.language == 'net '
92+ if : matrix.os == 'macos-15-intel '
9393 run : |
9494 brew install openssl@3
9595 echo "DYLD_LIBRARY_PATH=$(brew --prefix openssl@3)/lib" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 4747 dotnet-version : ${{ matrix.dotnet-version }}
4848
4949 - name : Setup .NET OpenSSL on Mac
50- if : matrix.os == 'macos-14' && matrix.language == 'net'
50+ if : matrix.os == 'macos-14'
5151 run : |
5252 brew install openssl@3
5353 echo "DYLD_LIBRARY_PATH=$(brew --prefix openssl@3)/lib" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 4747 dotnet-version : ${{ matrix.dotnet-version }}
4848
4949 - name : Setup .NET OpenSSL on Mac
50- if : matrix.os == 'macos-14' && matrix.language == 'net'
50+ if : matrix.os == 'macos-14'
5151 run : |
5252 brew install openssl@3
5353 echo "DYLD_LIBRARY_PATH=$(brew --prefix openssl@3)/lib" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 2626 matrix :
2727 library : [DynamoDbEncryption, TestVectors]
2828 # removed windows-latest because somehow it can't build aws-lc in CI
29- os : [ubuntu-22.04, macos-14 ]
29+ os : [ubuntu-22.04, macos-15-intel ]
3030 runs-on : ${{ matrix.os }}
3131 permissions :
3232 id-token : write
You can’t perform that action at this time.
0 commit comments