This is an automated email from the ASF dual-hosted git repository. baunsgaard pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/systemds.git
commit e400835481a520ea8267c7107343db573dbb29b0 Author: Sebastian Baunsgaard <[email protected]> AuthorDate: Fri May 2 11:37:39 2025 +0200 [SYSTEMDS-3875] Fix runs-on argument --- .github/workflows/javaTests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/javaTests.yml b/.github/workflows/javaTests.yml index c83035e00b..37c28d30dc 100644 --- a/.github/workflows/javaTests.yml +++ b/.github/workflows/javaTests.yml @@ -43,7 +43,7 @@ on: jobs: java_tests: - runs-on: ${{ matrix.os }} + runs-on: ubuntu-24.04 timeout-minutes: 30 strategy: fail-fast: false
