Skip to content

Commit

Permalink
Update build-and-test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jbhanot18 authored Nov 22, 2024
1 parent 98f352e commit a22e018
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
jobs:
code-quality:
name: 'Code Quality Checks'
runs-on: [self-hosted, linux, normal]
runs-on: [self-hosted, aws, us-east-2, m6a.large]
steps:
- name: 'Check out code'
uses: actions/checkout@v3
Expand All @@ -29,7 +29,7 @@
build-test:
name: 'Build And Test'
runs-on: [self-hosted, linux, normal]
runs-on: [self-hosted, aws, us-east-2, m6a.large]
steps:
- name: 'Check out code'
uses: actions/checkout@v3
Expand All @@ -49,7 +49,7 @@
docker stop k-rust-demo-${{ github.sha }}
build-test-legacy:
name: 'Build And Test the deprecated Mx semantics'
runs-on: [self-hosted, linux, normal]
runs-on: [self-hosted, aws, us-east-2, m6a.large]
steps:
- name: 'Check out code'
uses: actions/checkout@v3
Expand Down

0 comments on commit a22e018

Please sign in to comment.