Skip to content

Commit

Permalink
Reverted to macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
okankoAMZ committed Aug 5, 2024
1 parent 3a9692a commit ee58069
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/PR-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-2019, windows-latest, macos-latest]
os: [ ubuntu-latest, windows-2019, windows-latest, macos-12]
include:
- os: ubuntu-latest
family: linux
cache-path: |
~/.cache/go-build
~/go/pkg/mod
- os: macos-latest
- os: macos-12
family: darwin
cache-path: |
~/Library/Caches/go-build
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
- name: Unit Test
if: steps.cached_binaries.outputs.cache-hit != 'true' && needs.changes.outputs.build == 'true'
run: make test

- name: Build
if: steps.cached_binaries.outputs.cache-hit != 'true' && needs.changes.outputs.build == 'true'
run: make amazon-cloudwatch-agent-${{ matrix.family }}
Expand Down

0 comments on commit ee58069

Please sign in to comment.