Skip to content

Commit

Permalink
fix: runner name
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Aug 29, 2024
1 parent 8d4ac71 commit 15178ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
macos-x64:
runs-on: macos-13.0
runs-on: macos-13

strategy:
fail-fast: false
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
path: dist/*

macos-arm64:
runs-on: macos-13.0
runs-on: macos-13

strategy:
fail-fast: false
Expand Down

0 comments on commit 15178ba

Please sign in to comment.