Skip to content

Commit

Permalink
run steps on X64 only
Browse files Browse the repository at this point in the history
  • Loading branch information
ab77 committed Mar 25, 2024
1 parent e72cdcd commit d800086
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/flowzone.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion flowzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3184,7 +3184,8 @@ jobs:

cloudformation_test:
name: Test CloudFormation
runs-on: ${{ fromJSON(inputs.cloudformation_runs_on || inputs.runs_on) }}
# FIXME: https://github.com/actions/setup-python/issues/705
runs-on: ["ubuntu-22.04", "X64"] # ${{ fromJSON(inputs.cloudformation_runs_on || inputs.runs_on) }}
strategy:
fail-fast: true
matrix:
Expand Down Expand Up @@ -3216,6 +3217,7 @@ jobs:
- *getAWSCallerIdentity
- *convenienceFunctions

# FIXME: https://github.com/actions/setup-python/issues/705
- <<: *setupPython
with:
cache: 'pip' # caching pip dependencies
Expand Down

0 comments on commit d800086

Please sign in to comment.