Skip to content

Commit

Permalink
ci: use ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jan 16, 2025
1 parent 28b532f commit 5bc0eb9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
wasm: true
pipeline: rust
args: build --release
engine-version: 0.4.7
engine-version: 0.4.12
- name: Run Build and e2e tests
run: |
export PATH=${HOME}/.cargo/bin:${PATH}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flakehub-publish-tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
required: true
jobs:
flakehub-publish:
runs-on: "ubuntu-latest"
runs-on: "ubuntu-22.04"
permissions:
id-token: "write"
contents: "read"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/flakestry-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
required: true
jobs:
publish-flake:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
id-token: "write"
contents: "read"
Expand All @@ -22,7 +22,7 @@ jobs:
uses: fluentci-io/setup-fluentci@v5
with:
wasm: true
engine-version: 0.4.0
engine-version: 0.4.12
pipeline: flakestry
args: publish
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
target:
Expand All @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: fluentci-io/setup-fluentci@v5
with:
engine-version: 0.4.7
engine-version: 0.4.12
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Build
Expand Down

0 comments on commit 5bc0eb9

Please sign in to comment.