From 28b8a5aef4fd42860322d0268c0aa0f790cc7f71 Mon Sep 17 00:00:00 2001 From: Richard Markiewicz Date: Fri, 14 Feb 2025 13:43:07 -0500 Subject: [PATCH] ci: update ubuntu runners (#34) --- .github/workflows/cbake-release.yml | 2 +- .github/workflows/cbake-sysroots.yml | 2 +- .gitignore | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.github/workflows/cbake-release.yml b/.github/workflows/cbake-release.yml index 88a1f88..1849a4b 100644 --- a/.github/workflows/cbake-release.yml +++ b/.github/workflows/cbake-release.yml @@ -14,7 +14,7 @@ on: jobs: publish: name: publish sysroots - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest environment: publish steps: diff --git a/.github/workflows/cbake-sysroots.yml b/.github/workflows/cbake-sysroots.yml index 864157f..44af44f 100644 --- a/.github/workflows/cbake-sysroots.yml +++ b/.github/workflows/cbake-sysroots.yml @@ -23,7 +23,7 @@ jobs: include: - os: linux - runner: ubuntu-20.04 + runner: ubuntu-22.04 steps: - name: Check out ${{ github.repository }} diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ccc9fd9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.DS_Store \ No newline at end of file