Skip to content

Commit

Permalink
use ubuntu latest
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfangAukang committed Sep 8, 2023
1 parent 6b63e82 commit 6931d1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/simplerisk-jammy-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
oci-check:
name: 'OCI Check'
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/simplerisk-minimal-php81-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
oci-check:
name: 'OCI Check'
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 6931d1a

Please sign in to comment.