Skip to content

Commit

Permalink
Update AMI
Browse files Browse the repository at this point in the history
  • Loading branch information
tundranerd committed Jan 26, 2024
1 parent 2bd7c7d commit 51d26ab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
on:
push:
branches: [ ci/* ]
branches:
- 'ci/*'
- 'windows-infrastructure'
workflow_dispatch:
inputs:
runTests:
Expand All @@ -15,7 +17,7 @@ jobs:
runTests: ${{ inputs.runTests && true || false }}
package-name: febio4
package-sdk: true
aws-ami-id: ami-0a29d4b08307a935f
aws-ami-id: ami-084fb11968a0c5f5f
aws-sg-id: sg-0ca7912782cf1538b
aws-instance-type: c5a.8xlarge
secrets: inherit

0 comments on commit 51d26ab

Please sign in to comment.