summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Peter <megastep@megastep.org>2021-10-28 04:41:57 -0700
committerStephane Peter <megastep@megastep.org>2021-10-28 04:41:57 -0700
commitddcd6ae34fb6b458f558986e701d0871e15d04c7 (patch)
tree82cd76f4bf5b79811642c4fb60c263c16ac74a7b
parent208157f8513e94508eb3cf0d8f54a6e5574bab2c (diff)
downloadmakeself-ddcd6ae34fb6b458f558986e701d0871e15d04c7.tar.gz
Explicit 10.15 CI image for VirtualBox
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c240e5f..f64bfba 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
test-freebsd:
needs: test
- runs-on: macos-latest
+ runs-on: macos-10.15
name: Test Makeself on FreeBSD
steps:
- name: Checkout Makeself
@@ -72,7 +72,7 @@ jobs:
test-solaris:
needs: test
- runs-on: macos-latest
+ runs-on: macos-10.15
name: Test Makeself on Solaris
steps:
- name: Checkout Makeself