Skip to content

Commit 9b0e731

Browse files
authored
Build & test on macOS 14 M1 runner
1 parent 256096c commit 9b0e731

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222

2323
jobs:
2424
Build-and-Test:
25-
runs-on: macos-12
25+
runs-on: macos-14
2626
steps:
2727
- name: Check out repository code
2828
uses: actions/checkout@v4
@@ -31,4 +31,4 @@ jobs:
3131
run: swift build
3232

3333
- name: Test
34-
run: swift test
34+
run: swift test

0 commit comments

Comments
 (0)