Skip to content

Commit

Permalink
workflows: update MacOS jobs to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
neocturne committed Jun 19, 2024
1 parent e9abe6b commit 661da46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/MinedMap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ jobs:
fail-fast: false
matrix:
include:
- os: 'macos-11'
- os: 'macos-13'
target: 'aarch64-apple-darwin'
- os: 'macos-11'
- os: 'macos-13'
target: 'x86_64-apple-darwin'
- os: 'windows-2019'
target: 'x86_64-pc-windows-msvc'
Expand Down

0 comments on commit 661da46

Please sign in to comment.