Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
noppefoxwolf committed Nov 8, 2024
1 parent fec7991 commit 37d6bfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
test:
name: Test
runs-on: macos-14
runs-on: macos-latest

steps:
- name: Select Xcode version
Expand All @@ -15,4 +15,4 @@ jobs:
uses: actions/checkout@v4

- name: Build and test
run: swift test
run: xcodebuild -scheme AnimatedImage test -destination "platform=iOS Simulator,name=iPhone 16,OS=latest"

0 comments on commit 37d6bfe

Please sign in to comment.