Skip to content

Commit

Permalink
[Misc]: adding apple silicon runner to os targets for registry job (#436
Browse files Browse the repository at this point in the history
)
  • Loading branch information
joshfried-aws committed Dec 13, 2023
1 parent ea90d59 commit 639e66b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ jobs:
cd guard/fuzz
cargo +nightly fuzz run fuzz_${{ matrix.target }} -- -max_total_time=${{ env.FUZZ_TIME }}
aws-guard-rules-registry-integration-tests-linux:
aws-guard-rules-registry-integration-tests-linux-and-macos:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, macos-13-xlarge]
runs-on: ${{ matrix.os }}
name: Integration tests against aws-guard-rules-registry
steps:
Expand Down

0 comments on commit 639e66b

Please sign in to comment.