mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 06:53:52 +00:00
fix github action: use macos-latest
This commit is contained in:
parent
e82800ce01
commit
7fc0d28fa7
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -9,8 +9,8 @@ name: Create Release
|
|||
jobs:
|
||||
release:
|
||||
name: Create Release
|
||||
# runs-on: macos-latest
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: macos-latest
|
||||
# runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Get the version
|
||||
id: get_version
|
||||
|
|
Loading…
Reference in New Issue
Block a user