Skip to content

Commit

Permalink
chore: bump macos from 12 to 13 in CI (#1472)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajewellamz authored Nov 4, 2024
1 parent dc6ca47 commit 1abb2dd
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_examples_java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
max-parallel: 1
matrix:
java-version: [8, 11, 16, 17]
os: [macos-12]
os: [macos-13]
runs-on: ${{ matrix.os }}
permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_examples_net.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
matrix:
library: [DynamoDbEncryption]
dotnet-version: ["6.0.x"]
os: [macos-12]
os: [macos-13]
runs-on: ${{ matrix.os }}
permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_test_java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
matrix:
library: [DynamoDbEncryption]
java-version: [8, 11, 16, 17]
os: [macos-12]
os: [macos-13]
runs-on: ${{ matrix.os }}
permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_test_net.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
matrix:
library: [DynamoDbEncryption]
dotnet-version: ["6.0.x"]
os: [macos-12, ubuntu-latest, windows-latest]
os: [macos-13, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_todos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
findTodos:
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dafny_interop_examples_java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
max-parallel: 1
matrix:
java-version: [8, 11, 16, 17]
os: [macos-12]
os: [macos-13]
runs-on: ${{ matrix.os }}
permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dafny_interop_examples_net.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
matrix:
library: [DynamoDbEncryption]
dotnet-version: ["6.0.x"]
os: [macos-12]
os: [macos-13]
runs-on: ${{ matrix.os }}
permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dafny_interop_java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
matrix:
library: [DynamoDbEncryption]
java-version: [8, 11, 16, 17]
os: [macos-12]
os: [macos-13]
runs-on: ${{ matrix.os }}
permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dafny_interop_test_net.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
matrix:
library: [DynamoDbEncryption]
dotnet-version: ["6.0.x"]
os: [macos-12, ubuntu-latest, windows-latest]
os: [macos-13, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
permissions:
id-token: write
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/library_dafny_verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
DynamoDbItemEncryptor,
StructuredEncryption,
]
os: [macos-12]
os: [macos-13]
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
sed "s/mplDependencyJavaVersion=.*/mplDependencyJavaVersion=${{inputs.mpl-version}}/g" project.properties > project.properties2; mv project.properties2 project.properties
# dafny-reportgenerator requires next6
# but only 7.0 is installed on macos-12-large
# but only 7.0 is installed on macos-13-large
- name: Setup .NET Core SDK '6.0.x'
uses: actions/setup-dotnet@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/library_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
if: github.event_name != 'schedule' || github.repository_owner == 'aws'
strategy:
matrix:
os: [macos-12]
os: [macos-13]
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sem_ver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
semantic-release:
runs-on: macos-12
runs-on: macos-13
permissions:
id-token: write
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# privileged operation, so we must make sure this list of users is a subset of the users labeled as maintainers of
# https://github.com/orgs/aws/teams/aws-crypto-tools
if: contains('["seebees","texastony","ShubhamChaturvedi7","lucasmcdonald3","josecorella","imabhichow","rishav-karanjit","antonf-amzn","kessplas","ajewellamz","RitvikKapila"]', github.actor)
runs-on: macos-12
runs-on: macos-13
permissions:
id-token: write
contents: write
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_vector_verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if: github.event_name != 'schedule' || github.repository_owner == 'aws'
strategy:
matrix:
os: [macos-12]
os: [macos-13]
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
sed "s/mplDependencyJavaVersion=.*/mplDependencyJavaVersion=${{inputs.mpl-version}}/g" project.properties > project.properties2; mv project.properties2 project.properties
# dafny-reportgenerator requires next6
# but only 7.0 is installed on macos-12-large
# but only 7.0 is installed on macos-13-large
- name: Setup .NET Core SDK '6.0.x'
uses: actions/setup-dotnet@v4
with:
Expand Down

0 comments on commit 1abb2dd

Please sign in to comment.