Changed running from 'ubuntu' to 'macos-12'
This commit is contained in:
parent
917663fac0
commit
7e4c47a7b6
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -10,7 +10,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: macos-12
|
||||
|
||||
services:
|
||||
localstack:
|
||||
|
|
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: macos-12
|
||||
services:
|
||||
localstack:
|
||||
image: localstack/localstack
|
||||
|
|
Loading…
Reference in a new issue