mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-25 16:25:16 +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:
|
jobs:
|
||||||
release:
|
release:
|
||||||
name: Create Release
|
name: Create Release
|
||||||
# runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Get the version
|
- name: Get the version
|
||||||
id: get_version
|
id: get_version
|
||||||
|
|
Loading…
Reference in New Issue
Block a user