Skip to content

Commit 756888e

Browse files
authored
chore: bump macos from 12 to 13 in CI (#691)
1 parent bc46d0f commit 756888e

8 files changed

+19
-12
lines changed

.github/workflows/dafny_interop_test_net.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
os: [
3838
windows-latest,
3939
ubuntu-latest,
40-
macos-12,
40+
macos-13,
4141
]
4242
runs-on: ${{ matrix.os }}
4343
permissions:

.github/workflows/dafny_interop_test_vector_net.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
os: [
3737
windows-latest,
3838
ubuntu-latest,
39-
macos-12,
39+
macos-13,
4040
]
4141
runs-on: ${{matrix.os}}
4242
permissions:
@@ -146,7 +146,7 @@ jobs:
146146
matrix:
147147
os: [
148148
ubuntu-latest,
149-
macos-12,
149+
macos-13,
150150
]
151151
runs-on: ${{ matrix.os }}
152152
permissions:
@@ -251,7 +251,7 @@ jobs:
251251
matrix:
252252
os: [
253253
ubuntu-latest,
254-
macos-12,
254+
macos-13,
255255
]
256256
runs-on: ${{ matrix.os }}
257257
permissions:

.github/workflows/library_dafny_verification.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
library: [
2222
AwsEncryptionSDK
2323
]
24-
os: [ macos-12 ]
24+
os: [ macos-13 ]
2525
runs-on: ${{ matrix.os }}
2626
env:
2727
DOTNET_CLI_TELEMETRY_OPTOUT: 1
@@ -38,6 +38,13 @@ jobs:
3838
git submodule update --init --recursive mpl
3939
git submodule update --init smithy-dafny
4040
41+
# dafny-reportgenerator requires next6
42+
# but only 7.0 is installed on macos-13-large
43+
- name: Setup .NET Core SDK '6.0.x'
44+
uses: actions/setup-dotnet@v3
45+
with:
46+
dotnet-version: "6.0.x"
47+
4148
- name: Setup Dafny
4249
uses: dafny-lang/[email protected]
4350
with:

.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-12,
30+
macos-13,
3131
]
3232
runs-on: ${{ matrix.os }}
3333
permissions:
@@ -125,7 +125,7 @@ jobs:
125125
matrix:
126126
os: [
127127
ubuntu-latest,
128-
macos-12,
128+
macos-13,
129129
]
130130
runs-on: ${{ matrix.os }}
131131
permissions:
@@ -230,7 +230,7 @@ jobs:
230230
matrix:
231231
os: [
232232
ubuntu-latest,
233-
macos-12,
233+
macos-13,
234234
]
235235
runs-on: ${{ matrix.os }}
236236
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-12
28+
macos-13
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-12,
36+
macos-13,
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-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","justplaz","ajewellamz","RitvikKapila"]', 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)