Update swift.yml
This commit is contained in:
parent
a98ad1e32d
commit
3a2c0fc574
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue