Skip to content

Commit 2699eb4

Browse files
ci/cd pipeline updated
- macOS-14 - Xcode updated to 15.2
1 parent 90311ee commit 2699eb4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/macOS-tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "macOS 12"
1+
name: "macOS 14.2"
22

33
on:
44
push:
@@ -23,12 +23,12 @@ on:
2323
- develop-4.0
2424

2525
env:
26-
DEVELOPER_DIR: /Applications/Xcode_14.1.app/Contents/Developer
26+
DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer
2727

2828
jobs:
2929
spm:
30-
name: Swift Package Manager 5.7
31-
runs-on: macOS-12
30+
name: Swift Package Manager 5.9
31+
runs-on: macOS-14.2
3232
concurrency:
3333
group: spm-${{ github.run_id }}
3434
cancel-in-progress: false

0 commit comments

Comments
 (0)