Skip to content

Commit

Permalink
ci: update upstream.yml containers
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jun 20, 2024
1 parent 0390ae2 commit 2a558b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
xmlsoft-head-valgrind:
runs-on: ubuntu-latest
container:
image: ghcr.io/sparklemotion/nokogiri-test:mri-3.1
image: ghcr.io/sparklemotion/nokogiri-test:mri-3.3
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
fail-fast: false
matrix:
sys: ["enable", "disable"]
runs-on: ubuntu-20.04 # warning that 22.04 binary has dwarf5 debug info that valgrind can't read
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 2a558b6

Please sign in to comment.