Skip to content

Commit 5022dc3

Browse files
formatting
1 parent 73085fd commit 5022dc3

11 files changed

+42
-41
lines changed

.github/workflows/ci_examples_java.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
matrix:
3131
java-version: [8, 11, 16, 17]
3232
os: [
33-
ubuntu-22.04,
34-
# TODO: Re-enable macOS after https://t.corp.amazon.com/P205755286
35-
# macos-13,
36-
]
33+
ubuntu-22.04,
34+
# TODO: Re-enable macOS after https://t.corp.amazon.com/P205755286
35+
# macos-13,
36+
]
3737
runs-on: ${{ matrix.os }}
3838
permissions:
3939
id-token: write

.github/workflows/ci_examples_net.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
library: [DynamoDbEncryption]
2929
dotnet-version: ["6.0.x"]
3030
os: [
31-
ubuntu-22.04,
32-
# TODO: Re-enable macOS after https://t.corp.amazon.com/P205755286
33-
# macos-13,
34-
]
31+
ubuntu-22.04,
32+
# TODO: Re-enable macOS after https://t.corp.amazon.com/P205755286
33+
# macos-13,
34+
]
3535
runs-on: ${{ matrix.os }}
3636
permissions:
3737
id-token: write

.github/workflows/ci_test_java.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
library: [DynamoDbEncryption]
3131
java-version: [8, 11, 16, 17]
3232
os: [
33-
ubuntu-22.04,
34-
# TODO: Re-enable macOS after https://t.corp.amazon.com/P205755286
35-
# macos-13,
36-
]
33+
ubuntu-22.04,
34+
# TODO: Re-enable macOS after https://t.corp.amazon.com/P205755286
35+
# macos-13,
36+
]
3737
runs-on: ${{ matrix.os }}
3838
permissions:
3939
id-token: write

.github/workflows/ci_test_net.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ jobs:
2626
library: [DynamoDbEncryption]
2727
dotnet-version: ["6.0.x"]
2828
os: [
29-
# TODO: Re-enable macOS after https://t.corp.amazon.com/P205755286
30-
# macos-13,
31-
ubuntu-latest,
32-
windows-latest]
29+
# TODO: Re-enable macOS after https://t.corp.amazon.com/P205755286
30+
# macos-13,
31+
ubuntu-latest,
32+
windows-latest,
33+
]
3334
runs-on: ${{ matrix.os }}
3435
permissions:
3536
id-token: write

.github/workflows/dafny_interop_examples_java.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
matrix:
3030
java-version: [8, 11, 16, 17]
3131
os: [
32-
# TODO: Re-enable macOS after https://t.corp.amazon.com/P205755286
33-
# macos-13,
34-
ubuntu-latest,
35-
]
32+
# TODO: Re-enable macOS after https://t.corp.amazon.com/P205755286
33+
# macos-13,
34+
ubuntu-latest,
35+
]
3636
runs-on: ${{ matrix.os }}
3737
permissions:
3838
id-token: write

.github/workflows/dafny_interop_examples_net.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
library: [DynamoDbEncryption]
2626
dotnet-version: ["6.0.x"]
2727
os: [
28-
# TODO: Re-enable macOS after https://t.corp.amazon.com/P205755286
29-
# macos-13,
30-
ubuntu-latest,
31-
]
28+
# TODO: Re-enable macOS after https://t.corp.amazon.com/P205755286
29+
# macos-13,
30+
ubuntu-latest,
31+
]
3232
runs-on: ${{ matrix.os }}
3333
permissions:
3434
id-token: write

.github/workflows/dafny_interop_java.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
library: [DynamoDbEncryption]
3030
java-version: [8, 11, 16, 17]
3131
os: [
32-
# TODO: Re-enable macOS after https://t.corp.amazon.com/P205755286
33-
# macos-13,
34-
ubuntu-latest,
35-
]
32+
# TODO: Re-enable macOS after https://t.corp.amazon.com/P205755286
33+
# macos-13,
34+
ubuntu-latest,
35+
]
3636
runs-on: ${{ matrix.os }}
3737
permissions:
3838
id-token: write

.github/workflows/library_dafny_verification.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
StructuredEncryption,
4141
]
4242
os: [
43-
# TODO: Re-enable macOS after https://t.corp.amazon.com/P205755286
44-
# macos-13,
45-
ubuntu-latest,
46-
]
43+
# TODO: Re-enable macOS after https://t.corp.amazon.com/P205755286
44+
# macos-13,
45+
ubuntu-latest,
46+
]
4747
runs-on: ${{ matrix.os }}
4848
defaults:
4949
run:

.github/workflows/library_format.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
strategy:
2121
matrix:
2222
os: [
23-
# TODO: Re-enable macOS after https://t.corp.amazon.com/P205755286
24-
# macos-13,
25-
ubuntu-latest,
26-
]
23+
# TODO: Re-enable macOS after https://t.corp.amazon.com/P205755286
24+
# macos-13,
25+
ubuntu-latest,
26+
]
2727
runs-on: ${{ matrix.os }}
2828
defaults:
2929
run:

.github/workflows/library_rust_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# windows-latest,
3535
ubuntu-22.04,
3636
# TODO: Re-enable macOS after https://t.corp.amazon.com/P205755286
37-
# macos-13,
37+
# macos-13,
3838
]
3939
runs-on: ${{ matrix.os }}
4040
permissions:

.github/workflows/test_vector_verification.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
strategy:
3131
matrix:
3232
os: [
33-
# TODO: Re-enable macOS after https://t.corp.amazon.com/P205755286
34-
# macos-13,
35-
ubuntu-latest,
36-
]
33+
# TODO: Re-enable macOS after https://t.corp.amazon.com/P205755286
34+
# macos-13,
35+
ubuntu-latest,
36+
]
3737
runs-on: ${{ matrix.os }}
3838
defaults:
3939
run:

0 commit comments

Comments
 (0)