Skip to content

Commit 5153a81

Browse files
chore(MPL): update MPL submodule to point to the latest commit (#650)
1 parent e7b5392 commit 5153a81

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.github/workflows/library_dafny_verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
library: [
2222
AwsEncryptionSDK
2323
]
24-
os: [ macos-latest ]
24+
os: [ macos-12 ]
2525
runs-on: ${{ matrix.os }}
2626
env:
2727
DOTNET_CLI_TELEMETRY_OPTOUT: 1

.github/workflows/library_interop_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
os: [
2828
windows-latest,
2929
ubuntu-latest,
30-
macos-latest,
30+
macos-12,
3131
]
3232
runs-on: ${{ matrix.os }}
3333
permissions:
@@ -117,7 +117,7 @@ jobs:
117117
matrix:
118118
os: [
119119
ubuntu-latest,
120-
macos-latest,
120+
macos-12,
121121
]
122122
runs-on: ${{ matrix.os }}
123123
permissions:
@@ -213,7 +213,7 @@ jobs:
213213
matrix:
214214
os: [
215215
ubuntu-latest,
216-
macos-latest,
216+
macos-12,
217217
]
218218
runs-on: ${{ matrix.os }}
219219
permissions:

.github/workflows/library_java_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# TODO just test on mac for now
2626
#windows-latest,
2727
#ubuntu-latest,
28-
macos-latest
28+
macos-12
2929
]
3030
runs-on: ${{ matrix.os }}
3131
permissions:

.github/workflows/library_net_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
os: [
3434
windows-latest,
3535
ubuntu-latest,
36-
macos-latest,
36+
macos-12,
3737
]
3838
runs-on: ${{ matrix.os }}
3939
permissions:

.github/workflows/sem_ver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
semantic-release:
9-
runs-on: macos-latest
9+
runs-on: macos-12
1010
permissions:
1111
id-token: write
1212
contents: read

.github/workflows/semantic_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# privileged operation, so we must make sure this list of users is a subset of the users labeled as maintainers of
1616
# https://github.com/orgs/aws/teams/aws-crypto-tools
1717
if: contains('["seebees","texastony","ShubhamChaturvedi7","lucasmcdonald3","josecorella","imabhichow","rishav-karanjit","antonf-amzn","justplaz","ajewellamz","RitvikKapila"]', github.actor)
18-
runs-on: macos-latest
18+
runs-on: macos-12
1919
permissions:
2020
id-token: write
2121
contents: write

mpl

Submodule mpl updated from cce3429 to 6d0f00d

0 commit comments

Comments
 (0)