mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-06 13:45:00 +00:00
actions: Be explicit about macos-11
This commit is contained in:
parent
91432ad601
commit
7d6c0d8f41
2 changed files with 2 additions and 2 deletions
2
.github/workflows/cppcheck.yml
vendored
2
.github/workflows/cppcheck.yml
vendored
|
@ -38,7 +38,7 @@ on:
|
|||
jobs:
|
||||
checks:
|
||||
name: Run Cppcheck
|
||||
runs-on: macos-latest
|
||||
runs-on: macos-11
|
||||
steps:
|
||||
- uses: actions/checkout@v3.0.2
|
||||
- name: Install runtime dependencies
|
||||
|
|
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -48,7 +48,7 @@ jobs:
|
|||
- MODE: distcheck
|
||||
- MODE: qa-sh
|
||||
FLAT_ENV: CC=clang CXX=clang++ LD=clang++ QA_SANITIZER=address
|
||||
runs-on: macos-latest
|
||||
runs-on: macos-11
|
||||
steps:
|
||||
- uses: actions/checkout@v3.0.2
|
||||
- name: Install build dependencies
|
||||
|
|
Loading…
Add table
Reference in a new issue