Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check_only_keyword.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
grep-only-verification-keyword:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
issues: write
pull-requests: 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 @@ -36,7 +36,7 @@ jobs:
matrix:
os: [
windows-latest,
ubuntu-latest,
ubuntu-22.04,
macos-13,
]
runs-on: ${{ matrix.os }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dafny_interop_test_vector_net.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
matrix:
os: [
windows-latest,
ubuntu-latest,
ubuntu-22.04,
macos-13,
]
runs-on: ${{matrix.os}}
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
strategy:
matrix:
os: [
ubuntu-latest,
ubuntu-22.04,
macos-13,
]
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
strategy:
matrix:
os: [
ubuntu-latest,
ubuntu-22.04,
macos-13,
]
runs-on: ${{ matrix.os }}
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/library_codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# in this workflow
dotnet-version: ["6.0.x"]
go-version: [1.23]
os: [ubuntu-latest]
os: [ubuntu-22.04]
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down Expand Up @@ -53,6 +53,10 @@ jobs:
with:
dotnet-version: ${{ matrix.dotnet-version }}

# even though we just installed dotnet 6, maybe dotnet 8 is out there somewhere
- name: Create temporary global.json
run: echo '{"sdk":{"rollForward":"latestFeature","version":"6.0.0"}}' > ./global.json

- name: Setup Java 17 for codegen
uses: actions/setup-java@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/library_go_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
os: [
# Sed script doesn't work properly on windows
# windows-latest,
ubuntu-latest,
ubuntu-22.04,
macos-13,
]
runs-on: ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/library_interop_test_vectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
os: [
# https://taskei.amazon.dev/tasks/CrypTool-5283
# windows-latest,
ubuntu-latest,
ubuntu-22.04,
macos-13,
]
language: [java, net, rust, go]
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
os: [
# https://taskei.amazon.dev/tasks/CrypTool-5283
# windows-latest,
ubuntu-latest,
ubuntu-22.04,
macos-13,
]
encrypting_language: [java, net, rust, go]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/library_interop_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
matrix:
os: [
windows-latest,
ubuntu-latest,
ubuntu-22.04,
macos-13,
]
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
strategy:
matrix:
os: [
ubuntu-latest,
ubuntu-22.04,
macos-13,
]
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
strategy:
matrix:
os: [
ubuntu-latest,
ubuntu-22.04,
macos-13,
]
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/library_java_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
os: [
# TODO just test on mac for now
#windows-latest,
#ubuntu-latest,
#ubuntu-22.04,
macos-13
]
runs-on: ${{ matrix.os }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
os: [
# https://taskei.amazon.dev/tasks/CrypTool-5283
# windows-latest,
ubuntu-latest,
ubuntu-22.04,
macos-13,
]
# java struggles with the json parsing
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/library_net_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
library: [AwsEncryptionSDK]
os: [
windows-latest,
ubuntu-latest,
ubuntu-22.04,
macos-13,
]
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
os: [
# Sed script doesn't work properly on windows
# windows-latest,
ubuntu-latest,
ubuntu-22.04,
macos-13,
]
runs-on: ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/library_rust_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
library: [AwsEncryptionSDK]
os: [
windows-latest,
ubuntu-latest,
ubuntu-22.04,
macos-13,
]
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
os: [
# Sed script doesn't work properly on windows
# windows-latest,
ubuntu-latest,
ubuntu-22.04,
macos-13,
]
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nighly_dafny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
regenerate-code: true

cut-issue-on-failure:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
id-token: write
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- pr-test-vectors
- pr-dafny-test-vectors
- pr-dafny-legacy-test-vectors
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Verify all required jobs passed
uses: re-actors/alls-green@release/v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smithy-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
require-approvals:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
issues: write
pull-requests: write
Expand Down
Loading