Skip to content

Commit

Permalink
use Xcode 16
Browse files Browse the repository at this point in the history
  • Loading branch information
gereons committed Oct 4, 2024
1 parent 2872a46 commit 2bbad09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:
branches: [ "main" ]

env:
DEVELOPER_DIR: /Applications/Xcode_15.1.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_16.0.app/Contents/Developer

jobs:
build:
runs-on: macos-13
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: Build
run: swift build
# - name: Test
# run: swift test --filter "AoCTests.Day.*/testDay.*part.\$"
- name: Test
run: swift test --filter "AoCTests.Day.*/testDay.*part[12]\$"

0 comments on commit 2bbad09

Please sign in to comment.