Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
markaren committed Aug 8, 2024
1 parent 074da10 commit 638ff47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04]
compiler_version: [9]
os: [ubuntu-22.04]
compiler_version: [11]

steps:
- uses: actions/checkout@v3
Expand All @@ -50,7 +50,7 @@ jobs:
id: runvcpkg
with:
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
vcpkgGitCommitId: '12c2a93b4007612b5ffa980c9d2235eb0bcac10f'
vcpkgGitCommitId: '4cac260c4b7331538d31886f57739fea0bffa27e'
vcpkgJsonGlob: 'vcpkg.json'
appendedCacheKey: vcpkginstall

Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
id: runvcpkg
with:
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
vcpkgGitCommitId: '12c2a93b4007612b5ffa980c9d2235eb0bcac10f'
vcpkgGitCommitId: '4cac260c4b7331538d31886f57739fea0bffa27e'
vcpkgJsonGlob: 'vcpkg.json'
appendedCacheKey: vcpkginstall

Expand Down

0 comments on commit 638ff47

Please sign in to comment.