mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 15:14:41 +00:00
CIs: Bump
This commit is contained in:
parent
45dec47bf0
commit
573d73c7a9
2 changed files with 4 additions and 4 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -5,12 +5,12 @@ on: [push, pull_request]
|
||||||
env:
|
env:
|
||||||
CONFIGURATION: Release
|
CONFIGURATION: Release
|
||||||
DOTNET_CLI_TELEMETRY_OPTOUT: 1
|
DOTNET_CLI_TELEMETRY_OPTOUT: 1
|
||||||
DOTNET_SDK_VERSION: 3.1.100
|
DOTNET_SDK_VERSION: 3.1.102
|
||||||
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
|
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
|
||||||
GITHUB_JOBS: 2 # 2-core CPU, without HT: https://help.github.com/en/actions/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners#supported-runners-and-hardware-resources
|
GITHUB_JOBS: 2 # 2-core CPU, without HT: https://help.github.com/en/actions/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners#supported-runners-and-hardware-resources
|
||||||
NET_CORE_VERSION: netcoreapp3.1
|
NET_CORE_VERSION: netcoreapp3.1
|
||||||
NET_FRAMEWORK_VERSION: net48
|
NET_FRAMEWORK_VERSION: net48
|
||||||
NODE_JS_VERSION: 12.x
|
NODE_JS_VERSION: 12
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
@ -76,5 +76,5 @@ matrix:
|
||||||
dist: bionic
|
dist: bionic
|
||||||
- os: osx
|
- os: osx
|
||||||
# Ref: https://docs.travis-ci.com/user/reference/osx
|
# Ref: https://docs.travis-ci.com/user/reference/osx
|
||||||
dotnet: 3.1.100 # For OSX, we need absolute dotnet version until https://github.com/dotnet/core-setup/issues/4187 is resolved
|
dotnet: 3.1.102 # For OSX, we need absolute dotnet version until https://github.com/dotnet/core-setup/issues/4187 is resolved
|
||||||
osx_image: xcode11.2
|
osx_image: xcode11.3
|
||||||
|
|
Loading…
Reference in a new issue