File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -106,9 +106,9 @@ jobs:
106106 - name : Install ccache
107107 working-directory : ${{ runner.workspace }}
108108 run : |
109- curl -L https://github.com/ccache/ccache/releases/download/v4.10 .2/ccache-4.10 .2-windows-x86_64.zip -o ccache-4.10 .2-windows-x86_64.zip
110- 7z x ccache-4.10 .2-windows-x86_64.zip
111- Write-Output "${{ runner.workspace }}\ccache-4.10 .2-windows-x86_64" | Out-File -FilePath $Env:GITHUB_PATH -Encoding utf8 -Append
109+ curl -L https://github.com/ccache/ccache/releases/download/v4.11 .2/ccache-4.11 .2-windows-x86_64.zip -o ccache-4.11 .2-windows-x86_64.zip
110+ 7z x ccache-4.11 .2-windows-x86_64.zip
111+ Write-Output "${{ runner.workspace }}\ccache-4.11 .2-windows-x86_64" | Out-File -FilePath $Env:GITHUB_PATH -Encoding utf8 -Append
112112 - name : Update environment variables
113113 run : |
114114 Write-Output "CCACHE_BASEDIR=${{ runner.workspace }}" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append
@@ -210,7 +210,7 @@ jobs:
210210 fail-fast : false
211211 matrix :
212212 os :
213- - ubuntu-22 .04
213+ - ubuntu-24 .04
214214 compiler :
215215 - cc : clang
216216 cxx : clang++
You can’t perform that action at this time.
0 commit comments