Skip to content

Commit

Permalink
Fixed macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
synacker committed Oct 1, 2024
1 parent 48ce0b3 commit 0ce5f7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daggy-github-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
build/*.zip
macos-arm:
runs-on: macos-14-xlarge
runs-on: macos-14
permissions:
id-token: write
contents: read
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
build/Release/*.zip

macos-x64:
runs-on: macos-15-large
runs-on: macos-13
permissions:
id-token: write
contents: read
Expand Down

0 comments on commit 0ce5f7d

Please sign in to comment.