Skip to content

Commit 15029eb

Browse files
MaxDesiatovkateinoigakukun
authored andcommitted
Bump macOS to 10.15 in GitHub Actions (#25)
* Bump macOS to 10.15 in GitHub Actions Potentially this should enable switching to Xcode 11.2.1 and even 11.3 when the latter is available. * Use macos-latest image in main.yml
1 parent a51507e commit 15029eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
macos_build:
2727
timeout-minutes: 0
28-
runs-on: macOS-10.14
28+
runs-on: macos-latest
2929

3030
steps:
3131
- uses: actions/checkout@v1
@@ -100,7 +100,7 @@ jobs:
100100

101101
macos_smoke_test:
102102
name: Compile hello.swift on macOS
103-
runs-on: macOS-10.14
103+
runs-on: macos-latest
104104
needs: package
105105
steps:
106106
- name: Download SwiftWasm macOS package

0 commit comments

Comments
 (0)