Skip to content

Commit

Permalink
Use macos-11 for x86_64 build
Browse files Browse the repository at this point in the history
macos-10.15 is deprecated.
  • Loading branch information
messense committed May 28, 2023
1 parent 146b63f commit e38dfa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: Build x86_64
jobs:
build:
name: Build
runs-on: macos-10.15
runs-on: macos-11
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit e38dfa3

Please sign in to comment.