Skip to content

Commit

Permalink
Merge pull request #222 from mondeja/vms-fix
Browse files Browse the repository at this point in the history
Use macos-10.15 instead of macos-latest in VMs workflows
  • Loading branch information
icy authored Jan 6, 2022
2 parents 20bcff2 + 6c59c1c commit d9f67db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
make test_homebrew
pkgng:
runs-on: macos-latest
runs-on: macos-10.15
steps:
- uses: actions/checkout@v2
- uses: vmactions/[email protected]
Expand All @@ -121,7 +121,7 @@ jobs:
make test_pkgng
sun_tools:
runs-on: macos-latest
runs-on: macos-10.15
steps:
- uses: actions/checkout@v2
- name: Build pacapt and tests
Expand Down

0 comments on commit d9f67db

Please sign in to comment.