Skip to content

Commit

Permalink
ci: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Jul 29, 2023
1 parent d3016ed commit 9306ddf
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build_asan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- name: Build Python+ASAN
Expand All @@ -36,9 +36,9 @@ jobs:
- macos-latest
- windows-latest
python:
- "3.6"
- "3.8"
- "3.10"
- "3.6.8"
- "3.8.17"
- "3.10.11"
- pypy-3.7
install_libcxx:
- false
Expand All @@ -50,12 +50,16 @@ jobs:
install_libcxx: true
- os: macos-latest
python: pypy-3.7
- os: ubuntu-latest
python: "3.6.8"
- os: windows-latest
python: "3.8.17"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Uninstall libcxx
Expand Down

0 comments on commit 9306ddf

Please sign in to comment.