File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -106,9 +106,9 @@ jobs:
106
106
- name : Install ccache
107
107
working-directory : ${{ runner.workspace }}
108
108
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
112
112
- name : Update environment variables
113
113
run : |
114
114
Write-Output "CCACHE_BASEDIR=${{ runner.workspace }}" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append
@@ -210,7 +210,7 @@ jobs:
210
210
fail-fast : false
211
211
matrix :
212
212
os :
213
- - ubuntu-22 .04
213
+ - ubuntu-24 .04
214
214
compiler :
215
215
- cc : clang
216
216
cxx : clang++
You can’t perform that action at this time.
0 commit comments