File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,32 +12,32 @@ jobs:
12
12
name : Generate matrix from cabal
13
13
outputs :
14
14
matrix : ${{ steps.set-matrix.outputs.matrix }}
15
- runs-on : ubuntu-latest
15
+ runs-on : ubuntu-22.04
16
16
steps :
17
17
- name : Extract the tested GHC versions
18
18
id : set-matrix
19
19
20
20
with :
21
21
cabal-file : apply-merge.cabal
22
- ubuntu-version : latest
22
+ ubuntu-version : 22.04
23
23
version : 0.1.7.0
24
24
reuse_compliance_check :
25
25
name : REUSE compliance check
26
- runs-on : ubuntu-latest
26
+ runs-on : ubuntu-22.04
27
27
steps :
28
28
- uses : actions/checkout@v4
29
29
- name : REUSE Compliance Check
30
30
uses : fsfe/reuse-action@v3
31
31
ormolu :
32
32
name : Ormolu check
33
- runs-on : ubuntu-latest
33
+ runs-on : ubuntu-22.04
34
34
steps :
35
35
- uses : actions/checkout@v4
36
36
- uses : haskell-actions/run-ormolu@v16
37
37
cabal_test :
38
38
name : cabal test - ghc-${{ matrix.ghc }}
39
39
needs : generate-matrix
40
- runs-on : ubuntu-latest
40
+ runs-on : ubuntu-22.04
41
41
continue-on-error : false
42
42
strategy :
43
43
matrix : ${{ fromJSON(needs.generate-matrix.outputs.matrix) }}
You can’t perform that action at this time.
0 commit comments