Skip to content

Commit

Permalink
Remove deprecated macOS 10.15 Actions runner image usage
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Oct 4, 2022
1 parent e6aed68 commit 492a5eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-10.15, macos-11, macos-12]
os: [macos-11, macos-12]

steps:
# https://github.com/marketplace/actions/cancel-workflow-action
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-10.15, macos-11, macos-12]
os: [macos-11, macos-12]

steps:
# https://github.com/marketplace/actions/cancel-workflow-action
Expand Down

0 comments on commit 492a5eb

Please sign in to comment.