Skip to content

Commit

Permalink
chore: Update Python version to 3.11 in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
quintenvandamme committed May 3, 2024
1 parent 2ff3054 commit 0e82633
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
Linux_arm64:
runs-on: ubuntu-latest
container:
image: arm64v8/python:3.11

image: arm64v8/python:latest
platform: linux/arm64

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 0e82633

Please sign in to comment.