This commit is contained in:
Max Goedjen
2022-10-27 23:34:25 -07:00
8 changed files with 141 additions and 14 deletions

View File

@@ -5,7 +5,7 @@ on:
- cron: "0 8 * * *"
jobs:
build:
runs-on: macos-12.0
runs-on: macOS-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
@@ -50,4 +50,4 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: Secretive.zip
path: Secretive.zip
path: Secretive.zip

View File

@@ -26,6 +26,7 @@ jobs:
# pushd Sources/Packages
# swift test
# popd
build:
runs-on: macOS-latest
timeout-minutes: 10

View File

@@ -3,12 +3,12 @@ name: Test
on: [push, pull_request]
jobs:
test:
runs-on: macos-12.0
runs-on: macOS-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- name: Set Environment
run: sudo xcrun xcode-select -s /Applications/Xcode_13.2.1.app
run: sudo xcrun xcode-select -s /Applications/Xcode_14.1.app
- name: Test
run: |
pushd Sources/Packages