Skip to content

Commit

Permalink
Reverting to 1.27 because 1.28 won't start
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan-DeBandi99 committed Oct 3, 2022
1 parent 901ce62 commit 3d09d05
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
mypy:
runs-on: ubuntu-latest
container:
image: chapel/chapel:1.28.0
image: chapel/chapel:1.27.0
steps:
- uses: actions/checkout@v2
- name: Install dependencies
Expand All @@ -32,7 +32,7 @@ jobs:
docs:
runs-on: ubuntu-latest
container:
image: chapel/chapel:1.28.0
image: chapel/chapel:1.27.0
steps:
- uses: actions/checkout@v2
- name: Install dependencies
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.x']
container:
image: chapel/chapel:1.28.0
image: chapel/chapel:1.27.0
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
chpl-version: ['1.27.0', '1.28.0']
chpl-version: ['1.26.0', '1.27.0']
container:
image: chapel/chapel:${{matrix.chpl-version}}
steps:
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
env:
CHPL_RT_NUM_THREADS_PER_LOCALE: ${{matrix.threads}}
container:
image: chapel/${{matrix.image}}:1.28.0
image: chapel/${{matrix.image}}:1.27.0
steps:
- uses: actions/checkout@v2
- name: Install dependencies
Expand Down

0 comments on commit 3d09d05

Please sign in to comment.