We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 270f7cd commit 4e2a932Copy full SHA for 4e2a932
1 file changed
.github/workflows/cd.yml
@@ -66,10 +66,7 @@ jobs:
66
- check_code_formatting
67
- push_to_registry
68
name: Run e2e tests
69
- # These must run on ubuntu 22.04 or older.
70
- # The MS SQL server used by jore4-jore3-importer,
71
- # does not run on Linux kernels newer than 6.6.x.
72
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
73
steps:
74
- name: Extract metadata to env variables
75
uses: HSLdevcom/jore4-tools/github-actions/extract-metadata@extract-metadata-v1
0 commit comments