Skip to content

Commit

Permalink
Github: Update E2E tasks to use Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Huulivoide committed Sep 20, 2024
1 parent 270f7cd commit 4e2a932
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,7 @@ jobs:
- check_code_formatting
- push_to_registry
name: Run e2e tests
# These must run on ubuntu 22.04 or older.
# The MS SQL server used by jore4-jore3-importer,
# does not run on Linux kernels newer than 6.6.x.
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Extract metadata to env variables
uses: HSLdevcom/jore4-tools/github-actions/extract-metadata@extract-metadata-v1
Expand Down

0 comments on commit 4e2a932

Please sign in to comment.