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

Commit

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

jobs:
macos:
runs-on: macos-11.0
runs-on: macos-11.3
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '12.2'
xcode-version: '12.4'
- uses: actions/checkout@v2
with:
fetch-depth: 1
Expand Down Expand Up @@ -118,11 +118,11 @@ jobs:
bash ./dist/osx/build.sh update_release
macos-cmake:
runs-on: macos-11.0
runs-on: macos-11.3
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '12.2'
xcode-version: '12.4'
- uses: actions/checkout@v2
with:
fetch-depth: 1
Expand Down

0 comments on commit e2ada34

Please sign in to comment.