Skip to content

Commit

Permalink
ci: use macos-15 runner for GitHub Actions build and test workflows (
Browse files Browse the repository at this point in the history
…#296) (#295)

Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
  • Loading branch information
pylapp authored Nov 18, 2024
1 parent 85345c0 commit 98ccecf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
# Software description: A SwiftUI components library with code examples for Orange Unified Design System
#

# About runners: https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners
# Runners details: https://github.com/actions/runner-images/tree/main/images/macos

name: Build and Test

on:
Expand All @@ -32,7 +35,7 @@ on:
jobs:
# Build the app (if there are linter errors or compiler issues, it will fail)
build:
runs-on: macos-latest
runs-on: macos-15
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -57,7 +60,7 @@ jobs:
# Test the library with unit tests
test:
runs-on: macos-latest
runs-on: macos-15
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- [Library] Warning issues for DocC catalogs ([#293](https://github.com/Orange-OpenSource/ouds-ios/issues/293))
### Changed

- [Tool] Use `macos-15` runner for GitHub Actions builds ([#296](https://github.com/Orange-OpenSource/ouds-ios/issues/296))

## [0.6.0](https://github.com/Orange-OpenSource/ouds-ios/compare/0.5.0...0.6.0) - 2024-11-15

Expand Down

0 comments on commit 98ccecf

Please sign in to comment.