summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYossi Gottlieb <yossigo@gmail.com>2022-07-19 15:30:06 +0300
committerGitHub <noreply@github.com>2022-07-19 15:30:06 +0300
commitb550a55cbf5e02ab02f8ab020985cb2bfb4fa707 (patch)
treee3e6b24c71c866064b20b4d26be71febd11061ce /.github
parent95b88f672a54fc66d719c1385008ad8f8cc7d642 (diff)
downloadredis-b550a55cbf5e02ab02f8ab020985cb2bfb4fa707.tar.gz
CI: Update vmaction. (#11013)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/daily.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml
index f524d6523..5672a941e 100644
--- a/.github/workflows/daily.yml
+++ b/.github/workflows/daily.yml
@@ -674,7 +674,7 @@ jobs:
run: ./runtest-cluster ${{github.event.inputs.cluster_test_args}}
test-freebsd:
- runs-on: macos-10.15
+ runs-on: macos-12
if: |
(github.event_name == 'workflow_dispatch' || (github.event_name != 'workflow_dispatch' && github.repository == 'redis/redis')) &&
!contains(github.event.inputs.skipjobs, 'freebsd') && !(contains(github.event.inputs.skiptests, 'redis') && contains(github.event.inputs.skiptests, 'modules'))
@@ -690,7 +690,7 @@ jobs:
repository: ${{ env.GITHUB_REPOSITORY }}
ref: ${{ env.GITHUB_HEAD_REF }}
- name: test
- uses: vmactions/freebsd-vm@v0.1.6
+ uses: vmactions/freebsd-vm@v0.2.0
with:
usesh: true
sync: rsync
@@ -702,7 +702,7 @@ jobs:
if echo "${{github.event.inputs.skiptests}}" | grep -vq modules ; then MAKE=gmake ./runtest-moduleapi --verbose --timeout 2400 --no-latency --dump-logs ${{github.event.inputs.test_args}} || exit 1 ; fi ;
test-freebsd-sentinel:
- runs-on: macos-10.15
+ runs-on: macos-12
if: |
(github.event_name == 'workflow_dispatch' || (github.event_name != 'workflow_dispatch' && github.repository == 'redis/redis')) &&
!contains(github.event.inputs.skipjobs, 'freebsd') && !contains(github.event.inputs.skiptests, 'sentinel')
@@ -718,7 +718,7 @@ jobs:
repository: ${{ env.GITHUB_REPOSITORY }}
ref: ${{ env.GITHUB_HEAD_REF }}
- name: test
- uses: vmactions/freebsd-vm@v0.1.6
+ uses: vmactions/freebsd-vm@v0.2.0
with:
usesh: true
sync: rsync
@@ -729,7 +729,7 @@ jobs:
if echo "${{github.event.inputs.skiptests}}" | grep -vq sentinel ; then ./runtest-sentinel ${{github.event.inputs.cluster_test_args}} || exit 1 ; fi ;
test-freebsd-cluster:
- runs-on: macos-10.15
+ runs-on: macos-12
if: |
(github.event_name == 'workflow_dispatch' || (github.event_name != 'workflow_dispatch' && github.repository == 'redis/redis')) &&
!contains(github.event.inputs.skipjobs, 'freebsd') && !contains(github.event.inputs.skiptests, 'cluster')
@@ -745,7 +745,7 @@ jobs:
repository: ${{ env.GITHUB_REPOSITORY }}
ref: ${{ env.GITHUB_HEAD_REF }}
- name: test
- uses: vmactions/freebsd-vm@v0.1.6
+ uses: vmactions/freebsd-vm@v0.2.0
with:
usesh: true
sync: rsync