Skip to content

Commit

Permalink
the job name should 'macos-latest'
Browse files Browse the repository at this point in the history
  • Loading branch information
v-jameslongo committed Aug 22, 2024
1 parent 97c488c commit f24f886
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/asan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# UBSan not supported by MSVC on Windows
- { os: windows-latest, preset: vcpkg-ubsan-debug }
runs-on: ${{ matrix.os }}
name: asan.${{ matrix.os == 'macos-13' && 'macos' || matrix.os }}.${{ matrix.preset }}
name: asan.${{ matrix.os == 'macos-13' && 'macos-latest' || matrix.os }}.${{ matrix.preset }}
env:
UBSAN_OPTIONS: "print_stacktrace=1"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/vcpkg_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:

jobs:
job:
name: ${{ matrix.os == 'macos-13' && 'macos' || matrix.os }}-${{ matrix.preset }}-${{ github.workflow }}
name: ${{ matrix.os == 'macos-13' && 'macos-latest' || matrix.os }}-${{ matrix.preset }}-${{ github.workflow }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand All @@ -39,7 +39,7 @@ jobs:
cache-name: vcpkg-cache
with:
path: ${{ env.VCPKG_DEFAULT_BINARY_CACHE }}/*
key: ${{ matrix.os == 'macos-13' && 'macos' || matrix.os }}-build-${{ env.cache-name }}-${{ hashFiles('vcpkg.json') }}-${{ env.VCPKG_COMMIT }}"
key: ${{ matrix.os == 'macos-13' && 'macos-latest' || matrix.os }}-build-${{ env.cache-name }}-${{ hashFiles('vcpkg.json') }}-${{ env.VCPKG_COMMIT }}"
- uses: lukka/run-vcpkg@v10
with:
vcpkgDirectory: '${{ github.workspace }}/ext_libs/vcpkg'
Expand Down

0 comments on commit f24f886

Please sign in to comment.