Skip to content

Commit

Permalink
Use ubuntu-latest agent image
Browse files Browse the repository at this point in the history
  • Loading branch information
negrutiu committed Dec 15, 2024
1 parent beae499 commit c200cc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-n-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c200cc8

Please sign in to comment.