Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
Get back to macOS 11.0 in GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewVebster committed May 24, 2021
1 parent e2ada34 commit 6ae909c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
macos:
runs-on: macos-11.3
runs-on: macos-11.0
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
bash ./dist/osx/build.sh update_release
macos-cmake:
runs-on: macos-11.3
runs-on: macos-11.0
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
Expand Down

0 comments on commit 6ae909c

Please sign in to comment.