diff --git a/.github/workflows/self_hosted_build_and_test.yml b/.github/workflows/self_hosted_build_and_test.yml index 23830d94ffd..30fa70dde2d 100644 --- a/.github/workflows/self_hosted_build_and_test.yml +++ b/.github/workflows/self_hosted_build_and_test.yml @@ -18,6 +18,7 @@ jobs: matrix: runner: - [self-hosted, linux, x64, ubuntu-24.04] + - [self-hosted, linux, x64, ubuntu-26.04] runs-on: ${{ matrix.runner }} steps: - name: Checkout EnergyPlus diff --git a/.github/workflows/test_epjson.yml b/.github/workflows/test_epjson.yml index f04a101a313..57b8687b636 100644 --- a/.github/workflows/test_epjson.yml +++ b/.github/workflows/test_epjson.yml @@ -13,15 +13,15 @@ env: jobs: release: name: Testing on Windows - runs-on: windows-latest + runs-on: windows-2022 steps: - uses: actions/checkout@v6 - - name: Set up Python 3.10 + - name: Set up Python 3.12 uses: actions/setup-python@v6 with: - python-version: '3.10' + python-version: '3.12' - name: Install Pip Stuff shell: bash @@ -66,7 +66,6 @@ jobs: def ensure_target_built(lines, msg): - breakpoint lines = [x.strip() for x in lines if "epJSON schema" in x] errors = [] for expected_msg in EXPECTED_MSGS: