Skip to content

Commit c932a48

Browse files
committed
chore: update GHA to run on macos-latest
1 parent c6e2c20 commit c932a48

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

.github/workflows/go-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
go-release:
2020
needs: get-dafny-version
21-
runs-on: macos-13
21+
runs-on: macos-latest
2222
permissions:
2323
contents: write
2424
pull-requests: write

.github/workflows/library_go_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-22.04,
39-
macos-13,
39+
macos-latest,
4040
]
4141
runs-on: ${{ matrix.os }}
4242
defaults:

.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-22.04,
26-
macos-13,
26+
macos-latest,
2727
]
2828
language: [java, net, rust, python, go]
2929
# https://taskei.amazon.dev/tasks/CrypTool-5284
@@ -212,7 +212,7 @@ jobs:
212212
# TODO just test on mac and ubuntu for now
213213
# windows-latest,
214214
ubuntu-22.04,
215-
macos-13,
215+
macos-latest,
216216
]
217217
decrypting_language: [java, net, rust, python, go]
218218
dotnet-version: ["6.0.x"]

.github/workflows/library_java_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# TODO just test on mac for now
3232
# windows-latest,
3333
ubuntu-22.04,
34-
macos-13,
34+
macos-latest,
3535
]
3636
java-versions: [8, 11, 16, 17]
3737
runs-on: ${{ matrix.os }}

.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-22.04, macos-13]
32+
os: [windows-latest, ubuntu-22.04, macos-latest]
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-22.04,
39-
macos-13,
39+
macos-latest,
4040
]
4141
runs-on: ${{ matrix.os }}
4242
defaults:

.github/workflows/library_rust_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
# removed windows-latest because somehow it can't build aws-lc in CI
32-
os: [ubuntu-22.04, macos-13]
32+
os: [ubuntu-22.04, macos-latest]
3333
runs-on: ${{ matrix.os }}
3434
permissions:
3535
id-token: write

.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-13
9+
runs-on: macos-latest
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-13
18+
runs-on: macos-latest
1919
permissions:
2020
id-token: write
2121
contents: write

0 commit comments

Comments
 (0)