Skip to content

Commit 363d866

Browse files
committed
Force Ubuntu 22.04
1 parent 2ff767d commit 363d866

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- 'lts-19'
2222
- 'lts-20'
2323

24-
runs-on: ubuntu-latest
24+
runs-on: ubuntu-22.04
2525

2626
steps:
2727
- uses: actions/checkout@v2

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- 'lts'
1818
- 'nightly'
1919

20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-22.04
2121

2222
steps:
2323
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)