Skip to content

Commit

Permalink
build: Use macos-latest for MacOSX builds
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Nov 19, 2024
1 parent b857916 commit 400bff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/glpi-agent-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,9 +362,9 @@ jobs:
strategy:
matrix:
include:
- os: macos-12
- os: macos-latest
arch: x86_64
- os: macos-12
- os: macos-latest
arch: arm64

if: ${{ needs.setup-release.outputs.build == 'yes' }}
Expand Down

0 comments on commit 400bff9

Please sign in to comment.