Update swift.yml

This commit is contained in:
Lukasz 2023-05-07 22:32:27 +02:00 committed by GitHub
parent a98ad1e32d
commit 3a2c0fc574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
name: Merge or commit
env:
DEVELOPER_DIR: /Applications/Xcode_14.3.app/Contents/Developer
on:
push:
pull_request:
@ -7,7 +10,7 @@ on:
jobs:
build:
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v3