Merge pull request #997 from pulsar-edit/CI-pin-GHA-to-macos-12-runner-images

CI: Pin to macOS 12 runner images instead of macos-latest (GiHub Actions)
This commit is contained in:
confused_techie 2024-05-05 22:38:09 -07:00 committed by GitHub
commit ac17cd589e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
os: [ ubuntu-latest, macos-12, windows-latest ]
include:
- os: ubuntu-latest
image: "debian:10"

View File

@ -15,8 +15,8 @@ jobs:
!startsWith(github.event.pull_request.title, '[skip-editor-ci]')
strategy:
matrix:
# os: [ubuntu-20.04, macos-latest, windows-2019]
os: [ubuntu-20.04, macos-latest]
# os: [ubuntu-20.04, macos-12, windows-2019]
os: [ubuntu-20.04, macos-12]
fail-fast: false
runs-on: ${{ matrix.os }}
steps: