diff --git a/.github/workflows/build-n-release.yml b/.github/workflows/build-n-release.yml index b6aeeae91f..015d1a8718 100644 --- a/.github/workflows/build-n-release.yml +++ b/.github/workflows/build-n-release.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: - os: [ubuntu-22.04, windows-latest] # nothing works on macos-latest (`cppunit` fails to build. `zlib` not found) + os: [ubuntu-latest, windows-latest] # nothing works on macos-latest (`cppunit` fails to build. `zlib` not found) arch: [x86, amd64] compiler: [gcc] include: @@ -186,7 +186,7 @@ jobs: package: name: Package needs: build - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: # `fetch-depth: 0` pulls full branch history. Needed to extract the SVN revision number from git comments