test: use macos-13 runners for stress tests and use explicit iOS vers… #76
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build, Test and Release | Unstable version | |
on: | |
push: | |
branches: | |
main | |
permissions: | |
id-token: write | |
contents: write | |
actions: write | |
jobs: | |
release-unstable: | |
uses: ./.github/workflows/deploy_package.yml | |
with: | |
type: unstable | |
secrets: inherit |