Skip to content

Commit

Permalink
Bump Github runners to Xcode version 16
Browse files Browse the repository at this point in the history
  • Loading branch information
wallisch committed Sep 24, 2024
1 parent 27f1b5e commit 422867b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 15
xcode-version: 16
- name: Checkout
uses: actions/checkout@v3
with:
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Setup Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 15
xcode-version: 16
- name: Checkout
uses: actions/checkout@v3
with:
Expand All @@ -66,7 +66,7 @@ jobs:
- name: Setup Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 15
xcode-version: 16
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:6.0
// swift-tools-version: 6.0
import PackageDescription

let package = Package(
Expand Down

0 comments on commit 422867b

Please sign in to comment.