From 77c9457b32c09f9a1cf3c9f2376f51af23b705d0 Mon Sep 17 00:00:00 2001 From: Kevin Phoenix Date: Fri, 12 Apr 2024 14:43:16 -0700 Subject: [PATCH] Test CI with python 3.10 --- .github/workflows/ci.yml | 2 ++ .github/workflows/macos.yml | 2 +- .github/workflows/windows.yml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c51c487..83cf7863 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,8 @@ on: jobs: ci: uses: angr/ci-settings/.github/workflows/angr-ci.yml@master + with: + container_image: angr/ci:jammy windows: uses: ./.github/workflows/windows.yml macos: diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 62585605..f3ba5f3f 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: "3.8" + python-version: "3.10" - run: python -m venv $HOME/venv name: Create venv shell: bash diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index a16037e3..bbd7a697 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: "3.8" + python-version: "3.10" - run: python -m venv $HOME/venv name: Create venv shell: bash