We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c56df commit 4ddfba8Copy full SHA for 4ddfba8
1 file changed
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
image: windows-2022
20
cmake-args: -G "Visual Studio 17 2022" -A Win32
21
- name: linux64
22
- image: ubuntu-20.04
+ image: ubuntu-22.04
23
cmake-args: -G "Unix Makefiles"
24
- name: darwin64
25
image: macos-13
@@ -45,7 +45,7 @@ jobs:
45
path: SDF
46
if-no-files-found: error
47
merge:
48
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
49
needs: [build]
50
steps:
51
- uses: actions/checkout@v4.1.7
0 commit comments