Skip to content

Commit

Permalink
macos11->macos13
Browse files Browse the repository at this point in the history
  • Loading branch information
murat-dogan committed Jun 30, 2024
1 parent 0319099 commit f113e0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-mac-m1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
build-macos:
runs-on: macos-11
runs-on: macos-13
strategy:
matrix:
node-version: [16.x]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-mac-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
build-macos:
runs-on: macos-11
runs-on: macos-13
strategy:
matrix:
node-version: [16.x]
Expand Down

0 comments on commit f113e0f

Please sign in to comment.