Skip to content

Commit

Permalink
use 13
Browse files Browse the repository at this point in the history
  • Loading branch information
sestinj committed Dec 6, 2024
1 parent 8d5030c commit 9e41fa1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ jobs:
platform: alpine
arch: x64
npm_config_arch: x64
- os: macos-14
- os: macos-13
platform: darwin
arch: x64
npm_config_arch: x64
- os: macos-14 # same here, especially
- os: macos-13
platform: darwin
arch: arm64
npm_config_arch: arm64
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ jobs:
platform: alpine
arch: x64
npm_config_arch: x64
- os: macos-14
- os: macos-13
platform: darwin
arch: x64
npm_config_arch: x64
- os: macos-14
- os: macos-13
platform: darwin
arch: arm64
npm_config_arch: arm64
Expand Down

0 comments on commit 9e41fa1

Please sign in to comment.