Skip to content

Commit

Permalink
update CI OS
Browse files Browse the repository at this point in the history
  • Loading branch information
adamralph committed Dec 26, 2024
1 parent a77d659 commit a01d49f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: macos
os: macos-14
- name: ubuntu
os: ubuntu-22.04
os: ubuntu-24.04
- name: windows
os: windows-2022
name: ${{ matrix.job.name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
MINVERBUILDMETADATA: build.${{ github.run_id }}.${{ github.run_attempt}}
jobs:
release:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected]
with:
Expand Down

0 comments on commit a01d49f

Please sign in to comment.