Skip to content

Commit 91df9f2

Browse files
committed
Update CI workflow
1 parent 96ffb96 commit 91df9f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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++

0 commit comments

Comments
 (0)