Convert build action to Ubuntu-24.04

This commit is contained in:
Robin Davies
2024-11-11 21:36:21 -05:00
parent 9d1c3bd220
commit 35a2307ba6
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
# The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
# You can convert this to a matrix build if you need cross-platform coverage.
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4