Skip to content

Commit

Permalink
CI: Use Ubuntu 24.04 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
TingPing committed May 14, 2024
1 parent 4dabfa5 commit d938442
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/wkdev-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defaults:
shell: bash
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Set tag name
run: |
Expand All @@ -36,12 +36,9 @@ jobs:
remove-haskell: true
remove-codeql: true
remove-docker-images: true

- name: Install podman
uses: gacts/install-podman@v1

- name: Install fuse-overlayfs
run: sudo apt-get -y install fuse-overlayfs
- name: Install podman
run: sudo apt-get update && sudo apt-get -y install podman fuse-overlayfs

- name: Checkout repo
uses: actions/checkout@v4
Expand All @@ -68,7 +65,7 @@ jobs:
wkdev-enter --exec -- ./WebKit/Tools/Scripts/build-webkit --gtk --release --generate-project-only
deploy:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build
if: github.ref_name == 'main' || startsWith(github.ref_name, 'tag/')
steps:
Expand All @@ -85,7 +82,7 @@ jobs:
echo "WKDEV_SDK_CONTAINER_REGISTRY_USER_NAME=${GITHUB_REPOSITORY_OWNER}" >> "${GITHUB_OUTPUT}"
- name: Install podman
uses: gacts/install-podman@v1
run: sudo apt-get update && sudo apt-get -y install podman fuse-overlayfs

- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit d938442

Please sign in to comment.