Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
swift workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
artemkalinovsky committed Jul 6, 2024
1 parent 11e7f06 commit 677f04d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:

jobs:
build:
runs-on: macos-12
runs-on: macos-latest
steps:
- uses: maxim-lobanov/setup-xcode@v1.4.1
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '13.3.1'
xcode-version: latest-stable

- uses: actions/checkout@v3

Expand Down

0 comments on commit 677f04d

Please sign in to comment.