Skip to content

Commit

Permalink
use macos-11
Browse files Browse the repository at this point in the history
  • Loading branch information
radj307 committed Nov 1, 2022
1 parent ca828d8 commit 52979a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/GenerateRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
os: [ ubuntu-latest, windows-latest, macos-11 ]
fail-fast: true

steps:
Expand All @@ -67,7 +67,7 @@ jobs:
- if: ${{ runner.os == 'Windows' }}
uses: ilammy/msvc-dev-cmd@v1
# gcc-10 g++-10 zip unzip (Linux)
- if: ${{ runner.os == 'Linux' || runner.os == 'MacOS' }}
- if: ${{ runner.os == 'Linux' }}
run: sudo apt-get update && sudo apt-get install gcc-10 g++-10 zip unzip -y

# Configure CMake Cache
Expand Down

0 comments on commit 52979a7

Please sign in to comment.