Skip to content

Commit

Permalink
try latest swift on latest mac
Browse files Browse the repository at this point in the history
  • Loading branch information
cohoe committed Jan 11, 2024
1 parent 0c1e6e0 commit caf14d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ on:
jobs:
publish:
# if: github.repository == 'jocosocial/swiftarr'
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v2
# https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
# https://github.com/marketplace/actions/setup-swift
- uses: swift-actions/setup-swift@v1
with:
swift-version: "5.8.0"
swift-version: "5.9.2"
- name: Get swift version
run: swift --version
- run: swift build -v
Expand Down

0 comments on commit caf14d9

Please sign in to comment.