Skip to content

Commit ed1f804

Browse files
authored
chore: re-enable macOS CI (#1346)
1 parent 56ebd5d commit ed1f804

7 files changed

+8
-26
lines changed

.github/workflows/library_dafny_verification.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,7 @@ jobs:
2828
AwsCryptographicMaterialProviders,
2929
StandardLibrary,
3030
]
31-
os: [
32-
ubuntu-22.04,
33-
# TODO: Re-enable macOS after https://t.corp.amazon.com/P205755286
34-
# macos-latest-large
35-
]
31+
os: [macos-latest-large]
3632
runs-on: ${{ matrix.os }}
3733
defaults:
3834
run:

.github/workflows/library_go_tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ jobs:
3636
# Windows source code is tested downstream (ex. ESDK-Python CI).
3737
# windows-latest,
3838
ubuntu-22.04,
39-
# TODO: Re-enable macOS after https://t.corp.amazon.com/P205755286
40-
# macos-13,
39+
macos-13,
4140
]
4241
runs-on: ${{ matrix.os }}
4342
defaults:

.github/workflows/library_interop_tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
# https://taskei.amazon.dev/tasks/CrypTool-5283
2424
# windows-latest,
2525
ubuntu-22.04,
26-
# TODO: Re-enable macOS after https://t.corp.amazon.com/P205755286
27-
# macos-13,
26+
macos-13,
2827
]
2928
language: [java, net, rust, python, go]
3029
# https://taskei.amazon.dev/tasks/CrypTool-5284
@@ -213,8 +212,7 @@ jobs:
213212
# TODO just test on mac and ubuntu for now
214213
# windows-latest,
215214
ubuntu-22.04,
216-
# TODO: Re-enable macOS after https://t.corp.amazon.com/P205755286
217-
# macos-13,
215+
macos-13,
218216
]
219217
encrypting_language: [java, net, rust, python, go]
220218
decrypting_language: [java, net, rust, python, go]

.github/workflows/library_java_tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ jobs:
3131
# TODO just test on mac for now
3232
# windows-latest,
3333
ubuntu-22.04,
34-
# TODO: Re-enable macOS after https://t.corp.amazon.com/P205755286
35-
# macos-13,
34+
macos-13,
3635
]
3736
java-versions: [8, 11, 16, 17]
3837
runs-on: ${{ matrix.os }}

.github/workflows/library_net_tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,7 @@ jobs:
2929
TestVectorsAwsCryptographicMaterialProviders,
3030
]
3131
dotnet-version: ["6.0.x"]
32-
os: [
33-
windows-latest,
34-
ubuntu-22.04,
35-
# TODO: Re-enable macOS after https://t.corp.amazon.com/P205755286
36-
# macos-13,
37-
]
32+
os: [windows-latest, ubuntu-22.04, macos-13]
3833
runs-on: ${{ matrix.os }}
3934
defaults:
4035
run:

.github/workflows/library_python_tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ jobs:
3636
# Windows source code is tested downstream (ex. ESDK-Python CI).
3737
# windows-latest,
3838
ubuntu-22.04,
39-
# TODO: Re-enable macOS after https://t.corp.amazon.com/P205755286
40-
# macos-13,
39+
macos-13,
4140
]
4241
runs-on: ${{ matrix.os }}
4342
defaults:

.github/workflows/library_rust_tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,7 @@ jobs:
2929
TestVectorsAwsCryptographicMaterialProviders,
3030
]
3131
# removed windows-latest because somehow it can't build aws-lc in CI
32-
os: [
33-
ubuntu-22.04,
34-
# TODO: Re-enable macOS after https://t.corp.amazon.com/P205755286
35-
# macos-13
36-
]
32+
os: [ubuntu-22.04, macos-13]
3733
runs-on: ${{ matrix.os }}
3834
permissions:
3935
id-token: write

0 commit comments

Comments
 (0)