Skip to content

Commit 9f3ad79

Browse files
authored
Remove the deprecated rocky8 edition (#133)
The rocky8 docker build and its default python2 version of migrid has been deprecated. Therefore we can remove it as we will no longer actively support this edition. Instead the rocky9 edition with its default python3 version of migrid should be used.
2 parents 99683bf + 3b50ecf commit 9f3ad79

File tree

6 files changed

+4
-1859
lines changed

6 files changed

+4
-1859
lines changed

.github/workflows/ci-legacy.yml

Lines changed: 0 additions & 78 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-22.04
4040
strategy:
4141
matrix:
42-
container_os: [rocky8, rocky9]
42+
container_os: [rocky9]
4343
environment_profile: [development]
4444
steps:
4545
- name: Check out repository contents

0 commit comments

Comments
 (0)