Skip to content

Commit

Permalink
Generated from base-vm
Browse files Browse the repository at this point in the history
  • Loading branch information
Generate.yml committed Sep 6, 2024
1 parent 698b355 commit 7d9b0cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
DEBUG: 1
NGROK_TOKEN : ${{ secrets.NGROK_TOKEN }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
release: [ "11.4", ""]
runs: [ "ubuntu-22.04"]
runs: [ "ubuntu-22.04", "ubuntu-24.04", "ubuntu-latest"]
runs-on: ${{ matrix.runs }}
name: sshfs Solaris
env:
Expand All @@ -47,7 +47,7 @@ jobs:
port: 8000
- name: Test in Solaris
id: test
uses: vmactions/solaris-vm@82108872a9e9417b5a29dce3263f2550bb103b89
uses: vmactions/solaris-vm@91188160f2f05426eea1050121d24d9b2689eb29
with:
envs: 'DEBUG MYTOKEN MYTOKEN2'
prepare: |
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
strategy:
matrix:
release: [ "11.4", ""]
runs: [ "ubuntu-22.04"]
runs: [ "ubuntu-22.04", "ubuntu-24.04", "ubuntu-latest"]
runs-on: ${{ matrix.runs }}
name: Solaris
env:
Expand All @@ -90,7 +90,7 @@ jobs:
- uses: actions/checkout@v4
- name: Test in Solaris
id: test
uses: vmactions/solaris-vm@82108872a9e9417b5a29dce3263f2550bb103b89
uses: vmactions/solaris-vm@91188160f2f05426eea1050121d24d9b2689eb29
with:
envs: 'MYTOKEN MYTOKEN2'
prepare: |
Expand Down

0 comments on commit 7d9b0cd

Please sign in to comment.