Skip to content

Commit

Permalink
Merge pull request ra1028#123 from Dahlgren/feature/github-actions-macos
Browse files Browse the repository at this point in the history
Update GitHub Actions macOS versions
  • Loading branch information
ra1028 authored May 7, 2021
2 parents f8c8d1e + a90b4c1 commit 76e85d2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ jobs:
macOS:
name: Test on macOS
runs-on: macOS-10.14
runs-on: macOS-10.15
strategy:
fail-fast: false
matrix:
# xcode_version: ["10.1", "10.2", "11.1"]
xcode_version: ["11.1"] # GitHub actions is now unsupported Xcode version 10.1 and 10.2.
xcode_version: ["11.7", "12.4"] # GitHub actions is now unsupported Xcode version 10.x.
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode_version }}.app
steps:
Expand Down

0 comments on commit 76e85d2

Please sign in to comment.