Skip to content

Commit

Permalink
Use Ubuntu 22.04 in workflows (#1884)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg authored Oct 12, 2024
1 parent 4c783de commit 7397961
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout commit
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
prepare:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
include:
- name: Linux
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
# - name: macOS
# runs-on: macos-latest
name: Test (${{ matrix.name }})
Expand Down

0 comments on commit 7397961

Please sign in to comment.