Skip to content

Commit bff4409

Browse files
committed
Change VM for actions
1 parent 07f70de commit bff4409

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ on: push
55
jobs:
66
build:
77

8-
runs-on: ubuntu-latest
8+
runs-on: macos-latest
99

1010
steps:
1111
- uses: actions/checkout@master
12-
- uses: YOCKOW/Action-setup-swift@master
13-
with:
14-
swift-version: '5.2'
1512
- name: Build
1613
run: swift build

0 commit comments

Comments
 (0)