Skip to content

Commit 76e85d2

Browse files
authored
Merge pull request #123 from Dahlgren/feature/github-actions-macos
Update GitHub Actions macOS versions
2 parents f8c8d1e + a90b4c1 commit 76e85d2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,11 @@ jobs:
2525
2626
macOS:
2727
name: Test on macOS
28-
runs-on: macOS-10.14
28+
runs-on: macOS-10.15
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
# xcode_version: ["10.1", "10.2", "11.1"]
33-
xcode_version: ["11.1"] # GitHub actions is now unsupported Xcode version 10.1 and 10.2.
32+
xcode_version: ["11.7", "12.4"] # GitHub actions is now unsupported Xcode version 10.x.
3433
env:
3534
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode_version }}.app
3635
steps:

0 commit comments

Comments
 (0)