Skip to content

Commit

Permalink
ci.yml: update macos-13, 15
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Dec 16, 2024
1 parent 36112e2 commit dc562ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
matrix:
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners
os: [ 'ubuntu-22.04', 'macos-12', 'windows-2022' ]
os: [ 'ubuntu-22.04', 'macos-13', 'macos-15', 'windows-2022' ]
# https://nodejs.org/en - use LTS
node-version: [ '18' ]
# https://www.npmjs.com/package/xpm
Expand Down

0 comments on commit dc562ca

Please sign in to comment.