Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
cffls committed Sep 20, 2024
1 parent 5fcd172 commit ee3db9f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- "master"
- "qa"
- "develop"
- "upstream_merge_1.14.6"
pull_request:
branches:
- "**"
Expand Down Expand Up @@ -79,8 +80,9 @@ jobs:
if: (github.event.action != 'closed' || github.event.pull_request.merged == true)
strategy:
matrix:
os: [ ubuntu-20.04 ] # list of os: https://github.com/actions/virtual-environments
runs-on: ${{ matrix.os }}
os: [ ubuntu-latest-8-cores ] # list of os: https://github.com/actions/virtual-environments
runs-on:
labels: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- run: |
Expand Down Expand Up @@ -130,8 +132,9 @@ jobs:
if: (github.event.action != 'closed' || github.event.pull_request.merged == true)
strategy:
matrix:
os: [ ubuntu-20.04 ] # list of os: https://github.com/actions/virtual-environments
runs-on: ${{ matrix.os }}
os: [ ubuntu-latest-8-cores ] # list of os: https://github.com/actions/virtual-environments
runs-on:
labels: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- run: |
Expand Down

0 comments on commit ee3db9f

Please sign in to comment.