Skip to content

Commit 6a0d388

Browse files
committed
Switch CI from Ubuntu 20.04 to 22.04
This commit switches the Ubuntu CI job from running on Ubuntu 20.04 to the newer 22.04 release.
1 parent 1f4b4ea commit 6a0d388

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ jobs:
7070
- name: Test 2 - Run Version Test
7171
run: |
7272
./tests/testversion
73-
ubuntu-20-04:
74-
runs-on: ubuntu-20.04
73+
ubuntu-22-04:
74+
runs-on: ubuntu-22.04
7575
steps:
7676
- name: Install FPC
7777
run: |

0 commit comments

Comments
 (0)