Skip to content

Commit

Permalink
Use macos-10.15 in VM workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja authored Jan 6, 2022
1 parent 73d5cb9 commit 6a2b980
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/freebsd-vm@v0.1.5
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 6a2b980

Please sign in to comment.