File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010
1111jobs :
1212 setup :
13- runs-on : ubuntu-22 .04
13+ runs-on : ubuntu-24 .04
1414 steps :
1515 - name : Set up QEMU
1616 uses : docker/setup-qemu-action@v3
2121 - name : Install Podman
2222 run : sudo apt update && sudo apt install -y podman
2323 build :
24- runs-on : ubuntu-22 .04
24+ runs-on : ubuntu-24 .04
2525 needs : setup
2626 steps :
2727 - uses : actions/checkout@master
Original file line number Diff line number Diff line change 1010
1111jobs :
1212 setup :
13- runs-on : ubuntu-22 .04
13+ runs-on : ubuntu-24 .04
1414 steps :
1515 - name : Set up QEMU
1616 uses : docker/setup-qemu-action@v3
2121 - name : Install Podman
2222 run : sudo apt update && sudo apt install -y podman
2323 release :
24- runs-on : ubuntu-22 .04
24+ runs-on : ubuntu-24 .04
2525 needs : setup
2626 steps :
2727 - uses : actions/checkout@master
Original file line number Diff line number Diff line change 1010
1111jobs :
1212 setup :
13- runs-on : ubuntu-22 .04
13+ runs-on : ubuntu-24 .04
1414 steps :
1515 - name : Set up QEMU
1616 uses : docker/setup-qemu-action@v3
2121 - name : Install Podman
2222 run : sudo apt update && sudo apt install -y podman
2323 release :
24- runs-on : ubuntu-22 .04
24+ runs-on : ubuntu-24 .04
2525 needs : setup
2626 steps :
2727 - uses : actions/checkout@master
You can’t perform that action at this time.
0 commit comments