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 cd485dc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 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.15"
- "3.8.17"
- "3.10.12"
- pypy-3.7
install_libcxx:
- false
Expand All @@ -52,10 +52,10 @@ jobs:
python: pypy-3.7
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 cd485dc

Please sign in to comment.