We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549251d commit 23bb0c3Copy full SHA for 23bb0c3
4 files changed
.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
44
- os: windows-2019
45
integrationTest: false
46
nugetPush: true
47
- - os: macos-10.15
+ - os: macos-12
48
49
nugetPush: false
50
steps:
.gitignore
@@ -253,3 +253,4 @@ paket-files/
253
254
.vscode
255
.build
256
+.DS_Store
test/Website/IntegrationTests/docker-compose.yml
@@ -1,5 +1,5 @@
1
consul:
2
- image: consul
+ image: hashicorp/consul:1.15
3
website:
4
build: ../
5
dockerfile: Dockerfile
test/Website/docker-compose.yml
@@ -6,6 +6,6 @@ website:
6
ports:
7
- "80:5000"
8
9
10
11
- "8500:8500"
0 commit comments