Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed May 8, 2023
1 parent 31a141c commit 2394359
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
mac:
name: macOS
runs-on: macOS-12
runs-on: macOS-13
steps:
- uses: actions/checkout@v3
# - name: Setup tmate session
Expand All @@ -17,8 +17,8 @@ jobs:
run: git lfs pull
- name: Start Postgres
run: brew services start postgresql
- name: Select Xcode 14.2
run: sudo xcode-select -s /Applications/Xcode_14.2.app
- name: Select Xcode 14.3
run: sudo xcode-select -s /Applications/Xcode_14.3.app
- name: Bootstrap
run: make bootstrap
- name: Run tests
Expand All @@ -30,7 +30,7 @@ jobs:
steps:
- uses: swift-actions/setup-swift@v1
with:
swift-version: 5.7
swift-version: 5.8
- uses: actions/checkout@v3
- name: Install dependencies
run: 'sudo apt-get --fix-missing update && sudo apt-get install -y wamerican'
Expand Down

0 comments on commit 2394359

Please sign in to comment.