Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ jobs:
strategy:
matrix:
os:
- ubuntu-20.04
- ubuntu-24.04
- macos-latest
rust:
- stable
- beta
experimental: [false]
include:
- os: ubuntu-20.04
- os: ubuntu-24.04
rust: nightly
experimental: true
steps:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Download ubuntu artifacts
uses: actions/download-artifact@v4
with:
name: stableartifacts-ubuntu-20.04
name: stableartifacts-ubuntu-24.04
- name: Download macos artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Download ubuntu artifacts
uses: actions/download-artifact@v4
with:
name: stableartifacts-ubuntu-20.04
name: stableartifacts-ubuntu-24.04
- name: Download macos artifacts
uses: actions/download-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -ex

if [ $OS_NAME = "ubuntu-20.04" ]
if [ $OS_NAME = "ubuntu-24.04" ]
then
OS_ID="linux"
elif [ $OS_NAME = "macos-latest" ]
Expand Down
6 changes: 0 additions & 6 deletions floki_sleep.yaml

This file was deleted.