Skip to content

Commit fc536fb

Browse files
committed
m
1 parent b9fad68 commit fc536fb

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/ci_examples_net.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
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

.github/workflows/ci_test_net.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/ci_test_vector_net.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
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

.github/workflows/dafny_interop_examples_net.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ 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

.github/workflows/dafny_interop_test_net.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ 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

.github/workflows/library_rust_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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

0 commit comments

Comments
 (0)