Skip to content

Commit

Permalink
Pin ubuntu version to ubuntu-22.04
Browse files Browse the repository at this point in the history
Workaround for CI fails because ubuntu-latest version is 24.04 which doesn't support python 3.7.
  • Loading branch information
thomasdarimont committed Jan 7, 2025
1 parent cb8c8e0 commit d47eecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ jobs:
run: ./mvnw ${MAVEN_CLI_OPTS} -Dkeycloak.version=${{ matrix.env.KEYCLOAK_VERSION }} -Dkeycloak.client.version=${{ matrix.env.KEYCLOAK_CLIENT_VERSION }} -Dkeycloak.dockerTagSuffix="-legacy" ${ADJUSTED_RESTEASY_VERSION} clean verify ${COMPATIBILITY_PROFILE}

lint-other-files:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit d47eecc

Please sign in to comment.