Skip to content

Commit

Permalink
mac
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabrot committed Mar 8, 2024
1 parent d9b75f0 commit 9405c44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ env:

jobs:
build:
runs-on: macos-latest-large
runs-on: macos-13-large
permissions:
contents: write
strategy:
fail-fast: false
matrix:
os:
- macos-latest # https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs
- macos-13-large # https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs
# platform:
# - linux/arm64

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: macos-latest-large
runs-on: macos-13-large
permissions:
contents: write
steps:
Expand Down

0 comments on commit 9405c44

Please sign in to comment.