Skip to content

Commit da4a91d

Browse files
committed
aa
1 parent 8ea615c commit da4a91d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
i386:
7878
runs-on: ubuntu-latest
7979
container:
80-
image: i386/ubuntu:bionic
80+
image: i386/ubuntu:24.04.1
8181
steps:
8282
- name: Install
8383
run: |
@@ -88,7 +88,7 @@ jobs:
8888
repository: andreabedini/haskell-actions
8989
ref: 'main'
9090
path: ghcup
91-
- uses: ../ghcup/ghcup
91+
- uses: ./../ghcup/ghcup
9292
- uses: actions/checkout@v1
9393
- name: Test
9494
run: |

0 commit comments

Comments
 (0)