Skip to content

Commit

Permalink
Use ubuntu 22 in build
Browse files Browse the repository at this point in the history
  • Loading branch information
matildeRivas committed Jan 17, 2025
1 parent b921494 commit 7801cd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-manylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:

jobs:
build:
runs-on: ubuntu:jammy
runs-on: ubuntu-22.04

steps:
- name: Checkout Code
Expand Down Expand Up @@ -76,8 +76,8 @@ jobs:

test:
needs: build
runs-on: ubuntu:jammy
container: ubuntu:jammy
runs-on: ubuntu-22.04
container: ubuntu-22.04

steps:

Expand Down

0 comments on commit 7801cd0

Please sign in to comment.