Skip to content

Commit d4644ed

Browse files
Update GHA runner to macos-13
1 parent 2018105 commit d4644ed

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/swift-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
jobs:
1515
swift-tests:
1616
name: 'Swift Tests'
17-
runs-on: macos-latest
17+
runs-on: macos-13
1818
defaults:
1919
run:
2020
shell: bash

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# BreezeLambdaAPIClient
2+
![Breeze CI](https://github.com/swift-sprinter/BreezeLambdaAPIClient/actions/workflows/swift-test.yml/badge.svg) [![codecov](https://codecov.io/gh/swift-sprinter/BreezeLambdaAPIClient/branch/main/graph/badge.svg?token=PJR7YGBSQ0)](https://codecov.io/gh/swift-sprinter/BreezeLambdaAPIClient)
23

34
This is a client for the [Breeze Lambda API](https://github.com/swift-sprinter/Breeze) (from version 0.2.0).
45

0 commit comments

Comments
 (0)