Skip to content

Commit

Permalink
Explicitly set up Python 2 for the test262 test run.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ludwig committed Jun 12, 2024
1 parent 751d149 commit ed7e1ea
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,21 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
os: [ubuntu-20.04]
dc: [dmd-latest]
arch: [x86_64]

runs-on: ${{ matrix.os }}
container:
image: python:2.7.18-buster
steps:
- uses: actions/checkout@v2

- name: Set up Python 2
uses: actions/setup-python@v5
with:
python-version: 2.7.18

- name: Install D compiler
uses: dlang-community/setup-dlang@v1
with:
Expand Down

0 comments on commit ed7e1ea

Please sign in to comment.