Skip to content

Commit

Permalink
ci: update ubuntu runners (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
thenextman authored Feb 14, 2025
1 parent 6cd57d2 commit 28b8a5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cbake-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
publish:
name: publish sysroots
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
environment: publish

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cbake-sysroots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

include:
- os: linux
runner: ubuntu-20.04
runner: ubuntu-22.04

steps:
- name: Check out ${{ github.repository }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.DS_Store

0 comments on commit 28b8a5a

Please sign in to comment.