We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b28d2b6 commit 3972a87Copy full SHA for 3972a87
.github/workflows/release.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
deploy:
10
name: Deploy to forge
11
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
12
if: github.repository_owner == 'gibbs'
13
steps:
14
- uses: actions/checkout@v4
provision.yaml
@@ -2,8 +2,8 @@
2
default:
3
provisioner: docker
4
images:
5
- - 'litmusimage/almalinux:8'
6
- - 'litmusimage/almalinux:9'
+ #- 'litmusimage/almalinux:8'
+ #- 'litmusimage/almalinux:9'
7
- 'litmusimage/debian:11'
- 'litmusimage/debian:12'
- 'litmusimage/ubuntu:22.04'
0 commit comments