Skip to content

Commit

Permalink
Updated macos ci to use macos 11.
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianBDev committed Jul 7, 2023
1 parent 097abb9 commit 1c621fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
os: [ macos-10.15 ]
os: [ macos-11 ]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
jobs:
build:

runs-on: macos-10.15
runs-on: macos-11

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 1c621fb

Please sign in to comment.