Skip to content

Commit 3e56406

Browse files
authored
chore: bump macos from 12 to 13 in CI (#949)
1 parent f01b7a6 commit 3e56406

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/library_dafny_verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
dafny-version: ${{ inputs.dafny }}
5454

5555
# dafny-reportgenerator requires next6
56-
# but only 7.0 is installed on macos-12-large
56+
# but only 7.0 is installed on macos-13-large
5757
- name: Setup .NET Core SDK '6.0.x'
5858
uses: actions/setup-dotnet@v3
5959
with:

.github/workflows/library_interop_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# https://taskei.amazon.dev/tasks/CrypTool-5283
2424
# windows-latest,
2525
ubuntu-latest,
26-
macos-12,
26+
macos-13,
2727
]
2828
language: [java, net, python]
2929
# https://taskei.amazon.dev/tasks/CrypTool-5284
@@ -145,7 +145,7 @@ jobs:
145145
# TODO just test on mac and ubuntu for now
146146
# windows-latest,
147147
ubuntu-latest,
148-
macos-12,
148+
macos-13,
149149
]
150150
encrypting_language: [java, net, python]
151151
decrypting_language: [java, net, python]

.github/workflows/library_java_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# TODO just test on mac for now
3333
# windows-latest,
3434
ubuntu-latest,
35-
macos-12,
35+
macos-13,
3636
]
3737
runs-on: ${{ matrix.os }}
3838
permissions:

.github/workflows/library_net_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
TestVectorsAwsCryptographicMaterialProviders,
3030
]
3131
dotnet-version: ["6.0.x"]
32-
os: [windows-latest, ubuntu-latest, macos-12]
32+
os: [windows-latest, ubuntu-latest, macos-13]
3333
runs-on: ${{ matrix.os }}
3434
defaults:
3535
run:

.github/workflows/library_python_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# Windows source code is tested downstream (ex. ESDK-Python CI).
3737
# windows-latest,
3838
ubuntu-latest,
39-
macos-12,
39+
macos-13,
4040
]
4141
runs-on: ${{ matrix.os }}
4242
defaults:

.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-12
9+
runs-on: macos-13
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","kessplas","RitvikKapila","ajewellamz"]', github.actor)
18-
runs-on: macos-12
18+
runs-on: macos-13
1919
permissions:
2020
id-token: write
2121
contents: write

0 commit comments

Comments
 (0)