Skip to content

Commit

Permalink
update macOS version
Browse files Browse the repository at this point in the history
  • Loading branch information
shimataro committed Jan 2, 2025
1 parent 945a2a5 commit 3eb9beb
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/examples-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
matrix:
os:
- macos-11
- macos-12
- macos-13
- macos-14
nodejs:
- "13.2.0"
fail-fast: false
Expand All @@ -30,8 +30,8 @@ jobs:
strategy:
matrix:
os:
- macos-11
- macos-12
- macos-13
- macos-14
nodejs:
- "4.0.0"
- "6.0.0"
Expand All @@ -53,8 +53,8 @@ jobs:
strategy:
matrix:
os:
- macos-11
- macos-12
- macos-13
- macos-14
nodejs:
- "8.5.0"
- "10.0.0"
Expand All @@ -72,8 +72,8 @@ jobs:
strategy:
matrix:
os:
- macos-11
- macos-12
- macos-13
- macos-14
nodejs:
- "14.0.0"
- "16.0.0"
Expand All @@ -90,8 +90,8 @@ jobs:
strategy:
matrix:
os:
- macos-11
- macos-12
- macos-13
- macos-14
nodejs:
- "4.0.0"
- "6.0.0"
Expand Down Expand Up @@ -120,8 +120,8 @@ jobs:
strategy:
matrix:
os:
- macos-11
- macos-12
- macos-13
- macos-14
nodejs:
- "4.0.0"
- "6.0.0"
Expand Down Expand Up @@ -160,8 +160,8 @@ jobs:
strategy:
matrix:
os:
- macos-11
- macos-12
- macos-13
- macos-14
nodejs:
- "8.3.0" # TypeScript 5 uses "spread syntax in object literals" internally, that is supported as of Node.js v8.3.0; https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_syntaxhttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_syntax
- "10.0.0"
Expand Down Expand Up @@ -192,8 +192,8 @@ jobs:
strategy:
matrix:
os:
- macos-11
- macos-12
- macos-13
- macos-14
deno:
- "1.0.0"
- "1.1.0"
Expand Down Expand Up @@ -242,8 +242,8 @@ jobs:
strategy:
matrix:
os:
- macos-11
- macos-12
- macos-13
- macos-14
bun:
- "1.0.0"
fail-fast: false
Expand Down

0 comments on commit 3eb9beb

Please sign in to comment.