Skip to content

Commit 3972a87

Browse files
authored
Workflow fixes (#22)
1 parent b28d2b6 commit 3972a87

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
deploy:
1010
name: Deploy to forge
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212
if: github.repository_owner == 'gibbs'
1313
steps:
1414
- uses: actions/checkout@v4

provision.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
default:
33
provisioner: docker
44
images:
5-
- 'litmusimage/almalinux:8'
6-
- 'litmusimage/almalinux:9'
5+
#- 'litmusimage/almalinux:8'
6+
#- 'litmusimage/almalinux:9'
77
- 'litmusimage/debian:11'
88
- 'litmusimage/debian:12'
99
- 'litmusimage/ubuntu:22.04'

0 commit comments

Comments
 (0)