Update for macOS 13 Apple Silicon

This commit is contained in:
Sébastien Stormacq
2023-12-15 16:58:58 -05:00
committed by GitHub
parent 0203f3ff4c
commit 9d0173a4e6
+3 -3
View File
@@ -1,7 +1,7 @@
# This workflow will build a Swift project
# This workflow will build a Swift project on macOS
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
name: Swift
name: macos-build
on:
push:
@@ -16,7 +16,7 @@ jobs:
# https://github.com/actions/runner-images/tree/main/images/macos
DEVELOPER_DIR: /Applications/Xcode_15.0.1.app/Contents/Developer
runs-on: macos-latest
runs-on: macos-13-arm64
steps:
- uses: actions/checkout@v3